Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sergidev
/
Huanyan-Studio
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5dfd9f8
Huanyan-Studio
/
app.py
Sergidev
alpha v2
5dfd9f8
3 months ago
raw
Copy download link
history
blame
Safe
153 Bytes
from
utils
import
install_packages
if
__name__ ==
"__main__"
:
install_packages()
from
demo_app
import
demo
demo.queue(max_size=
15
).launch()