Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from huggingface_hub import InferenceClient
|
|
| 7 |
|
| 8 |
# Replace this with your exact model repo ID
|
| 9 |
# Note: Ensure exact casing. If the model is a GGUF, we will need to change how this runs.
|
| 10 |
-
MODEL_ID = "
|
| 11 |
|
| 12 |
# Securely load the Hugging Face token from Space secrets
|
| 13 |
hf_token = os.environ.get("HF_TOKEN")
|
|
|
|
| 7 |
|
| 8 |
# Replace this with your exact model repo ID
|
| 9 |
# Note: Ensure exact casing. If the model is a GGUF, we will need to change how this runs.
|
| 10 |
+
MODEL_ID = "Qwen/Qwen2.5-7B-Instruct"
|
| 11 |
|
| 12 |
# Securely load the Hugging Face token from Space secrets
|
| 13 |
hf_token = os.environ.get("HF_TOKEN")
|