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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -117,4 +117,5 @@ 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
- iface.launch()
 
 
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")