clone3 commited on
Commit
d113efb
1 Parent(s): 9bb647b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import websocket
2
 
3
  def hello():
4
- uri = "ws://localhost:8765"
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)