tejani commited on
Commit
4a42f9c
·
verified ·
1 Parent(s): a54cbbf

Update app.py

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