auralodyssey commited on
Commit
03d1b02
·
verified ·
1 Parent(s): 9bca27a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -772,4 +772,5 @@ async def websocket_endpoint(ws: WebSocket):
772
  heartbeat_task.cancel()
773
 
774
  if __name__ == "__main__":
775
- uvicorn.run(api, host="0.0.0.0", port=7860)
 
 
772
  heartbeat_task.cancel()
773
 
774
  if __name__ == "__main__":
775
+ uvicorn.run(api, host="0.0.0.0", port=7860)
776
+