Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
|
|
|
| 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)
|