Commit
Β·
083c72d
1
Parent(s):
cd74708
add test upload cont.
Browse files
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):
|