Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -122,4 +122,4 @@ with gr.Blocks() as iface:
|
|
122 |
search_button = gr.Button("Search")
|
123 |
search_button.click(fn=search_keywords, inputs=[extracted_output, search_input], outputs=search_output)
|
124 |
|
125 |
-
iface.launch(
|
|
|
122 |
search_button = gr.Button("Search")
|
123 |
search_button.click(fn=search_keywords, inputs=[extracted_output, search_input], outputs=search_output)
|
124 |
|
125 |
+
iface.launch()
|