Spaces:
Sleeping
Sleeping
Factor Studios commited on
Update websocket_storage.py
Browse files- 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://
|
| 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 |
|