tejani commited on
Commit
ec09029
·
verified ·
1 Parent(s): 5eb7aac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ print(f"Python version: {python_version}")
32
  basedir = os.getcwd()
33
 
34
  # Run the application
35
- subprocess.run([python_command, "src/app.py", "--api"], check=True)
 
32
  basedir = os.getcwd()
33
 
34
  # Run the application
35
+ subprocess.run([python_command, "src/app.py", "--api", "--port", "7860"], check=True)