Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ from groundingdino.util.utils import clean_state_dict
|
|
| 29 |
from groundingdino.util.inference import annotate, load_image, predict
|
| 30 |
import groundingdino.datasets.transforms as T
|
| 31 |
|
| 32 |
-
from huggingface_hub import hf_hub_download
|
| 33 |
|
| 34 |
|
| 35 |
# Authenticate with Hugging Face Hub
|
|
|
|
| 29 |
from groundingdino.util.inference import annotate, load_image, predict
|
| 30 |
import groundingdino.datasets.transforms as T
|
| 31 |
|
| 32 |
+
from huggingface_hub import hf_hub_download , login
|
| 33 |
|
| 34 |
|
| 35 |
# Authenticate with Hugging Face Hub
|