Spaces:
Running
Running
Fix file extensions (#1)
Browse files- Update app.py (8c4ea7b9e244ae507f07a33496fe6111f66b4674)
Co-authored-by: Ilya Gusev <[email protected]>
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")
|