Spaces:
Runtime error
Runtime error
update
Browse files
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("
|
| 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"
|