Penality commited on
Commit
9ed906a
·
verified ·
1 Parent(s): 42ada2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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