Spaces:
Runtime error
Runtime error
fix app
Browse files
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 |
-
|
| 388 |
-
|
| 389 |
-
|
| 390 |
-
|
| 391 |
-
|
| 392 |
-
|
| 393 |
-
|
| 394 |
-
|
| 395 |
-
|
| 396 |
-
|
| 397 |
-
|
| 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):
|