Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import os
|
|
|
2 |
from huggingface_hub import hf_hub_download
|
3 |
|
4 |
os.system("wget https://github.com/IDEA-Research/GroundingDINO.git")
|
|
|
1 |
import os
|
2 |
+
import sys
|
3 |
from huggingface_hub import hf_hub_download
|
4 |
|
5 |
os.system("wget https://github.com/IDEA-Research/GroundingDINO.git")
|