Devubiodee commited on
Commit
3970ccf
·
verified ·
1 Parent(s): c2bc0d5

Update start.py

Browse files
Files changed (1) hide show
  1. start.py +1 -1
start.py CHANGED
@@ -43,6 +43,6 @@ if __name__ == "__main__":
43
 
44
  # Start the FastAPI server
45
  subprocess.run(
46
- ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"],
47
  check=True,
48
  )
 
43
 
44
  # Start the FastAPI server
45
  subprocess.run(
46
+ ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"],
47
  check=True,
48
  )