Spaces:
Paused
Paused
Update main.py
Browse files
main.py
CHANGED
|
@@ -51,7 +51,7 @@ app.mount("/", StaticFiles(directory=str(static_path), html=True), name="static"
|
|
| 51 |
def run():
|
| 52 |
import uvicorn
|
| 53 |
|
| 54 |
-
uvicorn.run(app, host="
|
| 55 |
|
| 56 |
|
| 57 |
if __name__ == "__main__":
|
|
|
|
| 51 |
def run():
|
| 52 |
import uvicorn
|
| 53 |
|
| 54 |
+
uvicorn.run(app, host="0.0.0.0", port=8080)
|
| 55 |
|
| 56 |
|
| 57 |
if __name__ == "__main__":
|