tejani commited on
Commit
029fbe7
·
verified ·
1 Parent(s): 3eb0c90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
  import subprocess
2
 
3
  print("Starting FastSD CPU please wait...")
4
- subprocess.run("python3", "src/app.py", "--api", "--port", "7860")
 
1
  import subprocess
2
 
3
  print("Starting FastSD CPU please wait...")
4
+ subprocess.run(["python3", "src/app.py", "--api", "--port", "7860"])