File size: 148 Bytes
5eb7aac
 
 
ec09029
1
2
3
4
import subprocess

print("Starting FastSD CPU please wait...")
subprocess.run([python_command, "src/app.py", "--api", "--port", "7860"], check=True)