varshakolanu commited on
Commit
d7b5306
·
verified ·
1 Parent(s): c636861

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,4 +138,4 @@ app.routes.append(Route("/score", endpoint=calculate_score, methods=["POST"]))
138
  app.routes.append(Route("/health", endpoint=health_check, methods=["GET"]))
139
 
140
  if __name__ == "__main__":
141
- uvicorn.run(app, host="0.0.0.0", port=8000)
 
138
  app.routes.append(Route("/health", endpoint=health_check, methods=["GET"]))
139
 
140
  if __name__ == "__main__":
141
+ uvicorn.run(app, host="0.0.0.0", port=8001)