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