karimouda commited on
Commit
65bb6e3
·
verified ·
1 Parent(s): 009d1ae

Update app.py

Browse files

Disable model submissions

Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -323,6 +323,8 @@ with demo:
323
 
324
  with gr.TabItem("🚀 Submit here", elem_id="llm-benchmark-tab-submit", id=5):
325
 
 
 
326
  with gr.Row():
327
  gr.Markdown("# Submit your model", elem_classes="markdown-text")
328
 
@@ -359,7 +361,7 @@ with demo:
359
  ],
360
  submission_result,
361
  )
362
-
363
  with gr.Column():
364
 
365
  with gr.Row():
 
323
 
324
  with gr.TabItem("🚀 Submit here", elem_id="llm-benchmark-tab-submit", id=5):
325
 
326
+ gr.Markdown("# We do not accept model submisiions anymore. SILMA AI will curate and add models to the Leaderboard.", elem_classes="markdown-text")
327
+ """
328
  with gr.Row():
329
  gr.Markdown("# Submit your model", elem_classes="markdown-text")
330
 
 
361
  ],
362
  submission_result,
363
  )
364
+ """
365
  with gr.Column():
366
 
367
  with gr.Row():