jy-raychen commited on
Commit
0bcf7ca
·
verified ·
1 Parent(s): 819ad21

demo launch

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -56,4 +56,5 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
56
  inputs =[youtube_link],
57
  outputs = init_outputs
58
  )
59
- demo.launch()
 
 
56
  inputs =[youtube_link],
57
  outputs = init_outputs
58
  )
59
+
60
+ demo.launch(allowed_paths=["videos"], server_name="0.0.0.0", server_port=7860)