Spaces:
Runtime error
Runtime error
Commit ·
c25e3bd
1
Parent(s): 33402bc
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ from groundingdino.util.slconfig import SLConfig
|
|
| 23 |
from groundingdino.util.utils import clean_state_dict
|
| 24 |
from groundingdino.util.inference import annotate, load_image, predict
|
| 25 |
import groundingdino.datasets.transforms as T
|
| 26 |
-
|
| 27 |
from huggingface_hub import hf_hub_download
|
| 28 |
|
| 29 |
|
|
|
|
| 23 |
from groundingdino.util.utils import clean_state_dict
|
| 24 |
from groundingdino.util.inference import annotate, load_image, predict
|
| 25 |
import groundingdino.datasets.transforms as T
|
| 26 |
+
from groundingdino.util import box_ops
|
| 27 |
from huggingface_hub import hf_hub_download
|
| 28 |
|
| 29 |
|