Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -181,7 +181,7 @@ with demo:
|
|
181 |
interactive=True,
|
182 |
)
|
183 |
base_model_name_textbox = gr.Textbox(label="Организация")
|
184 |
-
ans_file = gr.File(label="Arena Hard Answer File", file_types=["json","jsonl"])
|
185 |
loggedin = login_button.click(check_login)
|
186 |
|
187 |
submit_button = gr.Button("Submit Eval")
|
|
|
181 |
interactive=True,
|
182 |
)
|
183 |
base_model_name_textbox = gr.Textbox(label="Организация")
|
184 |
+
ans_file = gr.File(label="Arena Hard Answer File", file_types=[".json",".jsonl"])
|
185 |
loggedin = login_button.click(check_login)
|
186 |
|
187 |
submit_button = gr.Button("Submit Eval")
|