Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,5 +72,5 @@ with gr.Blocks() as demo:
|
|
72 |
# Define search button behavior
|
73 |
search_button.click(display_videos, inputs=search_input, outputs=[search_output, error_output])
|
74 |
|
75 |
-
# Launch the Gradio interface
|
76 |
-
demo.launch()
|
|
|
72 |
# Define search button behavior
|
73 |
search_button.click(display_videos, inputs=search_input, outputs=[search_output, error_output])
|
74 |
|
75 |
+
# Launch the Gradio interface with public sharing enabled
|
76 |
+
demo.launch(share=True)
|