Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ assert os.getenv("TOGETHER_API_KEY"), "api key missing"
|
|
| 18 |
|
| 19 |
# Retrieve the API token from secrets
|
| 20 |
api_token = os.getenv("HUGGINGFACEHUB_API_TOKEN")
|
| 21 |
-
|
| 22 |
if api_token:
|
| 23 |
login(api_token) # Authenticate with Hugging Face
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
# Retrieve the API token from secrets
|
| 20 |
api_token = os.getenv("HUGGINGFACEHUB_API_TOKEN")
|
| 21 |
+
print(api_token)
|
| 22 |
if api_token:
|
| 23 |
login(api_token) # Authenticate with Hugging Face
|
| 24 |
|