eshan13 commited on
Commit
7cfe896
·
verified ·
1 Parent(s): 4ac9ecb

Update app_gui.py

Browse files
Files changed (1) hide show
  1. 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=8000)
 
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)