Huanyan-Studio / app.py
Sergidev's picture
v2 beta4
a21cf94
raw
history blame contribute delete
154 Bytes
from utils import install_packages
if __name__ == "__main__":
install_packages()
from demo_app import demo
demo.queue(max_size=20).launch()