mgyigit commited on
Commit
9063698
·
verified ·
1 Parent(s): a6be00c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,8 +92,8 @@ with block:
92
  )
93
 
94
  with gr.Column():
95
- human_file = gr.components.File(label="Click to Upload the representation file (csv) for Human dataset", file_count="single", type='file')
96
- skempi_file = gr.components.File(label="Click to Upload the representation file (csv) for SKEMPI dataset", file_count="single", type='file')
97
 
98
  submit_button = gr.Button("Submit Eval")
99
  submission_result = gr.Markdown()
 
92
  )
93
 
94
  with gr.Column():
95
+ human_file = gr.components.File(label="Click to Upload the representation file (csv) for Human dataset", file_count="single", type='filepath')
96
+ skempi_file = gr.components.File(label="Click to Upload the representation file (csv) for SKEMPI dataset", file_count="single", type='filepath')
97
 
98
  submit_button = gr.Button("Submit Eval")
99
  submission_result = gr.Markdown()