Spaces:
Sleeping
Sleeping
Update utils/inference.py
Browse files- utils/inference.py +1 -1
utils/inference.py
CHANGED
|
@@ -2,7 +2,7 @@ import os
|
|
| 2 |
import requests
|
| 3 |
|
| 4 |
# Replace this with your actual endpoint URL
|
| 5 |
-
API_URL = "https://
|
| 6 |
HF_ENDPOINT_TOKEN = os.environ.get("HF_ENDPOINT_TOKEN")
|
| 7 |
|
| 8 |
headers = {
|
|
|
|
| 2 |
import requests
|
| 3 |
|
| 4 |
# Replace this with your actual endpoint URL
|
| 5 |
+
API_URL = "https://lgj704z9p0j2vf79.us-east4.gcp.endpoints.huggingface.cloud"
|
| 6 |
HF_ENDPOINT_TOKEN = os.environ.get("HF_ENDPOINT_TOKEN")
|
| 7 |
|
| 8 |
headers = {
|