Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ import requests
|
|
18 |
# Hugging Face API URL
|
19 |
API_URL = "https://api-inference.huggingface.co/models/deepseek-ai/DeepSeek-R1-Distill-Llama-8B"
|
20 |
|
21 |
-
HF_TOKEN = os.getenv('
|
22 |
|
23 |
|
24 |
# Function to query the Hugging Face API
|
|
|
18 |
# Hugging Face API URL
|
19 |
API_URL = "https://api-inference.huggingface.co/models/deepseek-ai/DeepSeek-R1-Distill-Llama-8B"
|
20 |
|
21 |
+
HF_TOKEN = os.getenv('hftoken')
|
22 |
|
23 |
|
24 |
# Function to query the Hugging Face API
|