FaceMask / app.py
tejani's picture
Update app.py
029fbe7 verified
raw
history blame contribute delete
131 Bytes
import subprocess
print("Starting FastSD CPU please wait...")
subprocess.run(["python3", "src/app.py", "--api", "--port", "7860"])