Spaces:
Sleeping
Sleeping
Commit
•
ee1db21
1
Parent(s):
bbef1a2
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ thread = Thread(target=serve, daemon=True)
|
|
51 |
thread.start()
|
52 |
|
53 |
|
54 |
-
API_URL = "
|
55 |
|
56 |
account_sid = os.environ.get("TWILIO_ACCOUNT_SID")
|
57 |
auth_token = os.environ.get("TWILIO_AUTH_TOKEN")
|
|
|
51 |
thread.start()
|
52 |
|
53 |
|
54 |
+
API_URL = "https://freddyaboulton-omni-mini-webrtc-backend.hf.space/chat"
|
55 |
|
56 |
account_sid = os.environ.get("TWILIO_ACCOUNT_SID")
|
57 |
auth_token = os.environ.get("TWILIO_AUTH_TOKEN")
|