jasongzy's picture
🐞 fix: try to use ZeroGPU
5a084c5
raw
history blame contribute delete
259 Bytes
import os
os.chdir(os.path.dirname(os.path.abspath(__file__)))
os.system("bash install.sh")
from app.app import *
init_models()
demo = init_blocks()
demo.launch(server_name="0.0.0.0", server_port=7860, allowed_paths=["."], show_error=True, ssr_mode=False)