Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingface-projects
/
ai-video-composer
like
545
Running
on
CPU Upgrade
App
Files
Files
Community
12
Fetching metadata from the HF Docker repository...
victor
HF staff
commited on
Nov 24, 2024
Commit
76a528b
·
1 Parent(s):
7a36c42
update
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -351,4 +351,4 @@ with gr.Blocks() as demo:
351
""",
352
)
353
demo.queue(api_open=False)
354
-
demo.launch(show_api=False)
351
""",
352
)
353
demo.queue(api_open=False)
354
+
demo.launch(show_api=False
, ssr_mode=False
)