Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Wan-AI
/
Wan2.1
like
1.16k
Running
App
Files
Files
Community
15
Fetching metadata from the HF Docker repository...
Fixes 500 error for some users
#1
by
Tonic
- opened
17 days ago
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -265,4 +265,4 @@ with gr.Blocks() as demo:
265
)
266
267
demo.queue(max_size=10)
268
-
demo.launch()
265
)
266
267
demo.queue(max_size=10)
268
+
demo.launch(
ssr_mode=False
)