Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
Wan-AI/Wan2.1
Gunend
/
Wan2.1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chaojiemao
commited on
Feb 26, 2025
Commit
14a42e4
·
verified
·
1 Parent(s):
b5d3d59
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -378,4 +378,4 @@ with gr.Blocks() as demo:
378
)
379
380
demo.queue(max_size=10)
381
-
demo.launch()
378
)
379
380
demo.queue(max_size=10)
381
+
demo.launch(
ssr_mode=False
)