Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -504,7 +504,7 @@ with block:
|
|
| 504 |
|
| 505 |
with gr.Column():
|
| 506 |
|
| 507 |
-
input_file = gr.components.File(label = "Click to Upload a
|
| 508 |
submit_button = gr.Button("Submit Eval")
|
| 509 |
|
| 510 |
submission_result = gr.Markdown()
|
|
|
|
| 504 |
|
| 505 |
with gr.Column():
|
| 506 |
|
| 507 |
+
input_file = gr.components.File(label = "Click to Upload a ZIP File", file_count="single", type='binary')
|
| 508 |
submit_button = gr.Button("Submit Eval")
|
| 509 |
|
| 510 |
submission_result = gr.Markdown()
|