kelvinou01
commited on
Commit
•
31e7988
1
Parent(s):
3d3cb53
Add submodule
Browse files- .gitignore +1 -0
- .gitmodules +3 -0
.gitignore
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
test_hf.py
|
|
|
2 |
venv/
|
|
|
1 |
test_hf.py
|
2 |
+
test_handler.py
|
3 |
venv/
|
.gitmodules
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[submodule "GroundingDINO"]
|
2 |
+
path = GroundingDINO
|
3 |
+
url = https://github.com/IDEA-Research/GroundingDINO.git
|