Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -444,7 +444,7 @@ with gr.Blocks() as app:
|
|
| 444 |
with gr.Tab("File"):
|
| 445 |
file=gr.Files(label="Input File(s) (.pdf .txt)")
|
| 446 |
with gr.Tab("Folder"):
|
| 447 |
-
directory=gr.
|
| 448 |
with gr.Tab("Raw HTML"):
|
| 449 |
url = gr.Textbox(label="URL")
|
| 450 |
with gr.Tab("PDF URL"):
|
|
|
|
| 444 |
with gr.Tab("File"):
|
| 445 |
file=gr.Files(label="Input File(s) (.pdf .txt)")
|
| 446 |
with gr.Tab("Folder"):
|
| 447 |
+
directory=gr.File(label="Folder", file_count='directory')
|
| 448 |
with gr.Tab("Raw HTML"):
|
| 449 |
url = gr.Textbox(label="URL")
|
| 450 |
with gr.Tab("PDF URL"):
|