Spaces:
Sleeping
Sleeping
Commit
•
a617c83
1
Parent(s):
ee1db21
Update app.py
Browse files
app.py
CHANGED
@@ -47,8 +47,8 @@ snapshot_download(repo_id, local_dir="./checkpoint", revision="main")
|
|
47 |
IP = "0.0.0.0"
|
48 |
PORT = 60808
|
49 |
|
50 |
-
thread = Thread(target=serve, daemon=True)
|
51 |
-
thread.start()
|
52 |
|
53 |
|
54 |
API_URL = "https://freddyaboulton-omni-mini-webrtc-backend.hf.space/chat"
|
|
|
47 |
IP = "0.0.0.0"
|
48 |
PORT = 60808
|
49 |
|
50 |
+
# thread = Thread(target=serve, daemon=True)
|
51 |
+
# thread.start()
|
52 |
|
53 |
|
54 |
API_URL = "https://freddyaboulton-omni-mini-webrtc-backend.hf.space/chat"
|