Skip to content

Commit 37dd942

Browse files
committed
FastAPI
1 parent b855404 commit 37dd942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ async def predict_sepsis(input_data: InputData):
7070

7171
if __name__ == "__main__":
7272
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"]
73+
# Run the FastAPI application on the local host and port 7860
74+
CMD ["uvicorn", "app:app", "--host", "127.0.0.1", "--port", "7860", "--reload"]

0 commit comments

Comments
 (0)