Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
huggingface-projects/ai-video-composer
cocktailpeanut
/
ai-video-composer
like
1
Running
App
Files
Files
Community
cocktailpeanut
commited on
27 days ago
Commit
dbe6c08
•
1 Parent(s):
80d34f7
update
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -353,4 +353,4 @@ with gr.Blocks() as demo:
353
)
354
355
demo.queue(default_concurrency_limit=200)
356
-
demo.launch(
show_api=False, ssr_mode=False
)
353
)
354
355
demo.queue(default_concurrency_limit=200)
356
+
demo.launch()