BasselAhmed commited on
Commit
1af1b4d
·
verified ·
1 Parent(s): 2aa92b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ np.random.seed(4)
16
 
17
 
18
  def start_fastapi():
19
- subprocess.Popen(["uvicorn", "fastapi_app:app", "--host", "0.0.0.0", "--port", "5566"])
20
 
21
  # Start the FastAPI server
22
  start_fastapi()
 
16
 
17
 
18
  def start_fastapi():
19
+ subprocess.Popen(["uvicorn", "fastapi_app:app", "--host", "0.0.0.0", "--port", "9999"])
20
 
21
  # Start the FastAPI server
22
  start_fastapi()