Hasanmog commited on
Commit
8aa067c
·
verified ·
1 Parent(s): 28ee44c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ from huggingface_hub import hf_hub_download
33
 
34
 
35
  # Authenticate with Hugging Face Hub
36
- login(token=os.getenv("huggingface"))
37
 
38
  # Use this command for evaluating the Grounding DINO model
39
  config_file = "cfg_odvg.py"
 
33
 
34
 
35
  # Authenticate with Hugging Face Hub
36
+ login(token=os.getenv("HUGGINGFACE_HUB_TOKEN"))
37
 
38
  # Use this command for evaluating the Grounding DINO model
39
  config_file = "cfg_odvg.py"