Spaces:
Running
Running
Andre
commited on
Commit
·
3fed877
1
Parent(s):
8941a24
“Update”
Browse files- config/config.py +1 -1
config/config.py
CHANGED
|
@@ -4,7 +4,7 @@ from config.prompts import prompts # Import prompts from prompts.py
|
|
| 4 |
from config.models import models
|
| 5 |
|
| 6 |
# Retrieve the Hugging Face token
|
| 7 |
-
api_token = os.getenv("
|
| 8 |
|
| 9 |
# Debugging: Check if the Hugging Face token is available
|
| 10 |
if not api_token:
|
|
|
|
| 4 |
from config.models import models
|
| 5 |
|
| 6 |
# Retrieve the Hugging Face token
|
| 7 |
+
api_token = os.getenv("HF_TOKEN")
|
| 8 |
|
| 9 |
# Debugging: Check if the Hugging Face token is available
|
| 10 |
if not api_token:
|