jihoo-kim commited on
Commit
502b933
β€’
1 Parent(s): f6edfe4
Files changed (1) hide show
  1. app.py +15 -14
app.py CHANGED
@@ -381,21 +381,22 @@ with demo:
381
  )
382
  base_model_name_textbox = gr.Textbox(label="Base model (for delta or adapter weights)")
383
 
384
- submit_button = gr.Button("Submit Evalulation!")
 
385
  submission_result = gr.Markdown()
386
- submit_button.click(
387
- add_new_eval,
388
- [
389
- model_name_textbox,
390
- base_model_name_textbox,
391
- revision_name_textbox,
392
- precision,
393
- private,
394
- weight_type,
395
- model_type,
396
- ],
397
- submission_result,
398
- )
399
 
400
  with gr.Row():
401
  with gr.Accordion("πŸ“™ Citation", open=False):
 
381
  )
382
  base_model_name_textbox = gr.Textbox(label="Base model (for delta or adapter weights)")
383
 
384
+ # submit_button = gr.Button("Submit Evalulation!")
385
+ submit_button = gr.Button("We are no longer accepting submissions.", interactive=False)
386
  submission_result = gr.Markdown()
387
+ # submit_button.click(
388
+ # add_new_eval,
389
+ # [
390
+ # model_name_textbox,
391
+ # base_model_name_textbox,
392
+ # revision_name_textbox,
393
+ # precision,
394
+ # private,
395
+ # weight_type,
396
+ # model_type,
397
+ # ],
398
+ # submission_result,
399
+ # )
400
 
401
  with gr.Row():
402
  with gr.Accordion("πŸ“™ Citation", open=False):