gauri-sharan commited on
Commit
21264d2
·
verified ·
1 Parent(s): 93045fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -117,5 +117,4 @@ with gr.Blocks() as iface:
117
  search_button = gr.Button("Search")
118
  search_button.click(fn=search_keywords, inputs=[extracted_output, search_input], outputs=search_output)
119
 
120
- # Add the title to the Gradio webpage
121
- iface.launch(title="Byaldi + Qwen2VL")
 
117
  search_button = gr.Button("Search")
118
  search_button.click(fn=search_keywords, inputs=[extracted_output, search_input], outputs=search_output)
119
 
120
+ iface.launch()