rasmodev commited on
Commit
c9b9539
1 Parent(s): bfc50b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,5 +70,5 @@ async def predict_sepsis(input_data: InputData):
70
 
71
  if __name__ == "__main__":
72
  import uvicorn
73
- # Run the FastAPI application on the local host and port 8000
74
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]
 
70
 
71
  if __name__ == "__main__":
72
  import uvicorn
73
+ # Run the FastAPI application on the local host and port 7860
74
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]