Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Wan-AI
/
Wan2.2-Animate
like
2.17k
Running
App
Files
Files
Community
57
Fetching metadata from the HF Docker repository...
kelseye
commited on
Sep 18
Commit
89c320a
·
verified
·
1 Parent(s):
7b18b21
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -289,7 +289,8 @@ def start_app():
289
290
demo.launch(
291
server_name="0.0.0.0",
292
-
server_port=7860
293
)
294
295
289
290
demo.launch(
291
server_name="0.0.0.0",
292
+
server_port=7860
,
293
+
cache_examples=True
294
)
295
296