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
GioVar/wan2-2-bj-1
Unpack
/
wan2-2-bj-2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Unpack
commited on
Jan 21
Commit
24b6a84
·
verified
·
1 Parent(s):
6406b31
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -378,5 +378,5 @@ def check_ffmpeg():
378
return False
379
380
if __name__ == "__main__":
381
-
demo.queue().launch(
mcp_server
=
True
)
382
378
return False
379
380
if __name__ == "__main__":
381
+
demo.queue().launch(
ssl_verify
=
False
)
382