broadfield-dev commited on
Commit
dd901bc
·
verified ·
1 Parent(s): b7fee8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ HF_TOKEN = ""
24
 
25
  # Log in to Hugging Face Hub with the token
26
  try:
27
- login(token=HF_TOKEN)
28
  logger.info("Successfully logged in to Hugging Face Hub")
29
  except Exception as e:
30
  raise ValueError(f"Failed to log in to Hugging Face Hub: {str(e)}")
 
24
 
25
  # Log in to Hugging Face Hub with the token
26
  try:
27
+ login(token="")
28
  logger.info("Successfully logged in to Hugging Face Hub")
29
  except Exception as e:
30
  raise ValueError(f"Failed to log in to Hugging Face Hub: {str(e)}")