permitt commited on
Commit
41efb11
·
1 Parent(s): afde0ac

feat: demo app

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -230,9 +230,9 @@ with gr.Blocks(title="ModernBERTić Large") as demo:
230
 
231
  gr.Markdown(
232
  "---\n"
233
- "Trained on EuroHPC Leonardo (64× A100) at Recrewty. https://recrewty.com"
234
- "You can find the results at SuperGLUE-SR results: https://balkanbench.com/leaderboard."
235
- "Link to blogposts and release: https://permitt.io."
236
  )
237
 
238
 
 
230
 
231
  gr.Markdown(
232
  "---\n"
233
+ "Trained on EuroHPC Leonardo (64× A100) at Recrewty. https://recrewty.com \n"
234
+ "You can find the results at SuperGLUE-SR results: https://balkanbench.com/leaderboard. \n"
235
+ "Link to blogposts and release: https://permitt.io. \n"
236
  )
237
 
238