kostis-init commited on
Commit
083c72d
Β·
1 Parent(s): cd74708

add test upload cont.

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -129,6 +129,8 @@ with demo:
129
  else:
130
  return "No directory uploaded."
131
 
 
 
132
 
133
 
134
  with gr.TabItem("πŸš€ Submit here!", elem_id="llm-benchmark-tab-table", id=3):
 
129
  else:
130
  return "No directory uploaded."
131
 
132
+ upload_button.upload(fn=upload_directory, inputs=upload_button, outputs=None)
133
+
134
 
135
 
136
  with gr.TabItem("πŸš€ Submit here!", elem_id="llm-benchmark-tab-table", id=3):