Spaces:
Running
Running
LanguageBind
commited on
Commit
•
469b5f7
1
Parent(s):
7fd091d
Update app.py
Browse files
app.py
CHANGED
@@ -179,7 +179,7 @@ with block:
|
|
179 |
|
180 |
with gr.Column():
|
181 |
|
182 |
-
input_file = gr.File(label="Click to Upload a
|
183 |
submit_button = gr.Button("Submit Eval")
|
184 |
|
185 |
submission_result = gr.Markdown()
|
|
|
179 |
|
180 |
with gr.Column():
|
181 |
|
182 |
+
input_file = gr.File(label="Click to Upload a json File", type='binary')
|
183 |
submit_button = gr.Button("Submit Eval")
|
184 |
|
185 |
submission_result = gr.Markdown()
|