FastGUI / app.py
clone3's picture
Upload 114 files
e3900a5 verified
raw
history blame contribute delete
136 Bytes
import subprocess
print("Starting FastSD CPU please wait...")
subprocess.run(["python3", "src/app.py", "--webui", "--port", "7860"])