Omnibus commited on
Commit
b9f09bd
1 Parent(s): 446f8d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Files(label="Folder", file_count='directory')
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"):