Spaces:
Running
on
Zero
Running
on
Zero
Liam Dyer
commited on
Commit
•
1fc553f
1
Parent(s):
b5396be
multiple files?
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ gr.Interface(
|
|
192 |
predict,
|
193 |
inputs=[
|
194 |
gr.Textbox(label="Queries separated by newline"),
|
195 |
-
gr.
|
196 |
gr.Number(label="Max output characters", value=16384),
|
197 |
],
|
198 |
outputs=[gr.JSON(label="Embedded documents")],
|
|
|
192 |
predict,
|
193 |
inputs=[
|
194 |
gr.Textbox(label="Queries separated by newline"),
|
195 |
+
gr.File(label="Upload File", file_count="multiple"),
|
196 |
gr.Number(label="Max output characters", value=16384),
|
197 |
],
|
198 |
outputs=[gr.JSON(label="Embedded documents")],
|