rasmodev commited on
Commit
6b42d2c
·
1 Parent(s): 7153043

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,4 +71,4 @@ async def predict_sepsis(input_data: InputData):
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", "127.0.0.1", "--port", "8000", "--reload"]
 
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", "8000", "--reload"]