Machlovi commited on
Commit
ebb5904
·
verified ·
1 Parent(s): 23a71da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import requests
3
  import os
4
 
5
  # Configure the endpoint and authentication
6
- ENDPOINT_URL = os.environ.get("ENDPOINT_URL", "https://z3xyxntalfy45pxc.us-east-1.aws.endpoints.huggingface.cloud")
7
  # HF_API_TOKEN = os.environ.get("HF_API_TOKEN") # Get API token from environment variable
8
  HF_API_TOKEN = os.environ.get("HF_API_TOKEN", "").strip() # Use strip() to remove extra whitespaces and newlines
9
 
 
3
  import os
4
 
5
  # Configure the endpoint and authentication
6
+ ENDPOINT_URL = os.environ.get("ENDPOINT_URL", "https://ggxihghat6yj6oti.us-east-1.aws.endpoints.huggingface.cloud")
7
  # HF_API_TOKEN = os.environ.get("HF_API_TOKEN") # Get API token from environment variable
8
  HF_API_TOKEN = os.environ.get("HF_API_TOKEN", "").strip() # Use strip() to remove extra whitespaces and newlines
9