Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import sys
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
|
| 7 |
-
URL = "wss://ramesh-vani-collabtest-
|
| 8 |
headers = {'Authorization': f'Bearer {os.getenv("auth")}'}
|
| 9 |
|
| 10 |
async def receiver(ws,connection):
|
|
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
|
| 7 |
+
URL = "wss://ramesh-vani-collabtest-bk5.hf.space"
|
| 8 |
headers = {'Authorization': f'Bearer {os.getenv("auth")}'}
|
| 9 |
|
| 10 |
async def receiver(ws,connection):
|