Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import tempfile
|
|
| 6 |
from huggingface_hub import InferenceClient
|
| 7 |
|
| 8 |
# Replace this with your exact model repo ID
|
| 9 |
-
MODEL_ID = "
|
| 10 |
|
| 11 |
# Securely load the Hugging Face token from Space secrets
|
| 12 |
hf_token = os.environ.get("HF_TOKEN")
|
|
|
|
| 6 |
from huggingface_hub import InferenceClient
|
| 7 |
|
| 8 |
# Replace this with your exact model repo ID
|
| 9 |
+
MODEL_ID = "meta-llama/Llama-3.1-8B-Instruct"
|
| 10 |
|
| 11 |
# Securely load the Hugging Face token from Space secrets
|
| 12 |
hf_token = os.environ.get("HF_TOKEN")
|