Gainward777 commited on
Commit
a198c58
·
verified ·
1 Parent(s): 562516f

Update ui/gradio_ui.py

Browse files
Files changed (1) hide show
  1. ui/gradio_ui.py +3 -1
ui/gradio_ui.py CHANGED
@@ -20,7 +20,9 @@ def ui():
20
  document = gr.Files(height=300, file_count="multiple", file_types=["pdf"], interactive=True,
21
  label='Upload PDF documents.')
22
  with gr.Row():
23
- gr.Examples([["./examples/Roe V Wade.pdf"],["./examples/Trade act.pdf"], ["./examples/Roe V Wade.pdf","./examples/Trade act.pdf"]], document,
 
 
24
  label='Documents Examples')
25
  with gr.Row():
26
  gr.Markdown("<h5><b>Advanced settings</b></h5>")
 
20
  document = gr.Files(height=300, file_count="multiple", file_types=["pdf"], interactive=True,
21
  label='Upload PDF documents.')
22
  with gr.Row():
23
+ gr.Examples([["./examples/Roe V Wade.pdf"],["./examples/Trade act.pdf"],
24
+ ["./examples/Roe V Wade.pdf","./examples/Trade act.pdf"]],
25
+ document,
26
  label='Documents Examples')
27
  with gr.Row():
28
  gr.Markdown("<h5><b>Advanced settings</b></h5>")