File size: 159 Bytes
a54cbbf
5eb7aac
 
 
ec09029
1
2
3
4
5
import sys
import subprocess

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