Spaces:
Sleeping
Sleeping
Update app_gui.py
Browse files- app_gui.py +1 -1
app_gui.py
CHANGED
|
@@ -90,4 +90,4 @@ async def ws_endpoint(ws: WebSocket):
|
|
| 90 |
app.mount("/", StaticFiles(directory='static', html=True), name='static')
|
| 91 |
|
| 92 |
if __name__ == '__main__':
|
| 93 |
-
uvicorn.run(app, host="0.0.0.0", port=
|
|
|
|
| 90 |
app.mount("/", StaticFiles(directory='static', html=True), name='static')
|
| 91 |
|
| 92 |
if __name__ == '__main__':
|
| 93 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|