Spaces:
Running
Running
Martin Tomov
commited on
GrDINO test
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ try:
|
|
19 |
except ImportError:
|
20 |
import os
|
21 |
os.system('pip install transformers')
|
22 |
-
os.system('pip install git+https://github.com/IDEA-Research/
|
23 |
|
24 |
import gradio as gr
|
25 |
import json
|
|
|
19 |
except ImportError:
|
20 |
import os
|
21 |
os.system('pip install transformers')
|
22 |
+
os.system('pip install git+https://github.com/IDEA-Research/GroundingDINO.git')
|
23 |
|
24 |
import gradio as gr
|
25 |
import json
|