File size: 136 Bytes
e3900a5
 
 
 
1
2
3
4
import subprocess

print("Starting FastSD CPU please wait...")
subprocess.run(["python3", "src/app.py", "--webui", "--port", "7860"])