Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,10 +56,10 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
56 |
youtube_link,
|
57 |
load_ready_flag,
|
58 |
]
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
|
65 |
demo.launch(allowed_paths=["videos"], server_name="0.0.0.0", server_port=7860)
|
|
|
56 |
youtube_link,
|
57 |
load_ready_flag,
|
58 |
]
|
59 |
+
demo.load(
|
60 |
+
init_params,
|
61 |
+
inputs =[youtube_link],
|
62 |
+
outputs = init_outputs
|
63 |
+
)
|
64 |
|
65 |
demo.launch(allowed_paths=["videos"], server_name="0.0.0.0", server_port=7860)
|