freddyaboulton HF staff commited on
Commit
ee1db21
1 Parent(s): bbef1a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ thread = Thread(target=serve, daemon=True)
51
  thread.start()
52
 
53
 
54
- API_URL = "http://0.0.0.0:60808/chat"
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")