Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
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()