Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import websocket
|
| 2 |
|
| 3 |
def hello():
|
| 4 |
-
uri = "
|
| 5 |
|
| 6 |
# Connect to the WebSocket
|
| 7 |
ws = websocket.create_connection(uri)
|
|
|
|
| 1 |
import websocket
|
| 2 |
|
| 3 |
def hello():
|
| 4 |
+
uri = "wss://clone3-imagex-clone-advance.hf.space/queue/join"
|
| 5 |
|
| 6 |
# Connect to the WebSocket
|
| 7 |
ws = websocket.create_connection(uri)
|