Spaces:
Sleeping
Sleeping
Update Gradio_UI.py
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
|
@@ -126,7 +126,7 @@ class GradioUI:
|
|
| 126 |
# ]
|
| 127 |
# gr.Examples(examples=examples, inputs=[query_input, pdf_upload]) # Examples take same inputs as function
|
| 128 |
|
| 129 |
-
|
| 130 |
# Launch the Gradio interface
|
| 131 |
# Setting share=True creates a public URL (useful for demos, be mindful of security/costs)
|
| 132 |
# Setting inline=False opens the app in a new browser tab
|
|
|
|
| 126 |
# ]
|
| 127 |
# gr.Examples(examples=examples, inputs=[query_input, pdf_upload]) # Examples take same inputs as function
|
| 128 |
|
| 129 |
+
|
| 130 |
# Launch the Gradio interface
|
| 131 |
# Setting share=True creates a public URL (useful for demos, be mindful of security/costs)
|
| 132 |
# Setting inline=False opens the app in a new browser tab
|