Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ HF_API_KEY = "your_huggingface_api_key_here" # <-- Replace with your key
|
|
| 13 |
|
| 14 |
# --- Initialize Hugging Face Model ---
|
| 15 |
model = InferenceClientModel(
|
| 16 |
-
model_id="
|
| 17 |
token=HF_API_KEY
|
| 18 |
)
|
| 19 |
|
|
|
|
| 13 |
|
| 14 |
# --- Initialize Hugging Face Model ---
|
| 15 |
model = InferenceClientModel(
|
| 16 |
+
model_id="google/embeddinggemma-300m", # example HF chat model
|
| 17 |
token=HF_API_KEY
|
| 18 |
)
|
| 19 |
|