Spaces:
Runtime error
Runtime error
Update app.py
#1
by
DSatishchandra
- opened
app.py
CHANGED
|
@@ -37,4 +37,4 @@ async def calculate_score(logs: VendorLog):
|
|
| 37 |
|
| 38 |
# Run the server
|
| 39 |
if __name__ == "__main__":
|
| 40 |
-
uvicorn.run(app, host="0.0.0.0", port=
|
|
|
|
| 37 |
|
| 38 |
# Run the server
|
| 39 |
if __name__ == "__main__":
|
| 40 |
+
uvicorn.run(app, host="0.0.0.0", port=8080)
|