Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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()
|
|