Spaces:
Sleeping
Sleeping
demo launch
Browse files
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 |
-
|
|
|
|
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)
|