ynhe commited on
Commit
7a17d6a
1 Parent(s): 4f1338c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 json File", file_count="single", type='binary')
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()