Spaces:
Running
Running
update model to google/siglip-so400m-patch14-384
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import time
|
|
10 |
from openai import OpenAI
|
11 |
|
12 |
# Constants
|
13 |
-
API_URL = "https://api-inference.huggingface.co/models/
|
14 |
|
15 |
# Fetch the Hugging Face API token from environment variables
|
16 |
HF_API_TOKEN = os.getenv("HF_API_TOKEN")
|
|
|
10 |
from openai import OpenAI
|
11 |
|
12 |
# Constants
|
13 |
+
API_URL = "https://api-inference.huggingface.co/models/google/siglip-so400m-patch14-384"
|
14 |
|
15 |
# Fetch the Hugging Face API token from environment variables
|
16 |
HF_API_TOKEN = os.getenv("HF_API_TOKEN")
|