Spaces:
Sleeping
Sleeping
Andre
commited on
Commit
·
ba55349
1
Parent(s):
3fed877
“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_CTB_TOKEN")
|
8 |
|
9 |
# Debugging: Check if the Hugging Face token is available
|
10 |
if not api_token:
|