Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
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
ByteDance-Seed/SeedVR2-3B
SubstanceSHIFT
/
SeedVR2-3B
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
IceClear
commited on
Jun 17, 2025
Commit
ab75ac1
·
1 Parent(s):
d149776
update
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -452,5 +452,5 @@ demo = gr.Interface(
452
]
453
)
454
455
-
demo.queue(
concurrency_count=1
)
456
demo.launch()
452
]
453
)
454
455
+
demo.queue()
456
demo.launch()