There was an error while loading. Please reload this page.
1 parent b855404 commit 37dd942Copy full SHA for 37dd942
src/app.py
@@ -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", "127.0.0.1", "--port", "8000", "--reload"]
+ # Run the FastAPI application on the local host and port 7860
+ CMD ["uvicorn", "app:app", "--host", "127.0.0.1", "--port", "7860", "--reload"]
0 commit comments