Machlovi commited on
Commit
71aa590
·
verified ·
1 Parent(s): a7963ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import json
5
  import re
6
 
7
  # Configure the endpoint and authentication
8
- ENDPOINT_URL = os.environ.get("ENDPOINT_URL", "https://dz0eq6vxq3nm0uh7.us-east-1.aws.endpoints.huggingface.cloud")
9
  HF_API_TOKEN = os.environ.get("HF_API_TOKEN", "").strip()
10
 
11
 
 
5
  import re
6
 
7
  # Configure the endpoint and authentication
8
+ ENDPOINT_URL = os.environ.get("ENDPOINT_URL", "https://aqxz70rjxilvoxwd.us-east-1.aws.endpoints.huggingface.cloud")
9
  HF_API_TOKEN = os.environ.get("HF_API_TOKEN", "").strip()
10
 
11