Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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://
|
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 |
|