mobenta commited on
Commit
05f8775
·
verified ·
1 Parent(s): 18c7580

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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)