Factor Studios commited on
Commit
c7bb495
·
verified ·
1 Parent(s): 5d40c42

Update websocket_storage.py

Browse files
Files changed (1) hide show
  1. websocket_storage.py +1 -1
websocket_storage.py CHANGED
@@ -63,7 +63,7 @@ class WebSocketGPUStorage:
63
  self.ws_thread.start()
64
  self.initialized = True
65
 
66
- def __init__(self, url: str = "wss://8765-ie635qf2d79t3i1wada8c-fc2963e7.manusvm.computer/ws"):
67
  """This will actually just return the singleton instance"""
68
  pass
69
 
 
63
  self.ws_thread.start()
64
  self.initialized = True
65
 
66
+ def __init__(self, url: str = "wss://factorst-wbs1.hf.space/ws"):
67
  """This will actually just return the singleton instance"""
68
  pass
69