SamarthPujari commited on
Commit
37a7e5d
·
verified ·
1 Parent(s): 256b0b4

Update Gradio_UI.py

Browse files
Files changed (1) hide show
  1. 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