Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,10 @@ import os
|
|
4 |
home = os.getcwd()
|
5 |
home
|
6 |
|
|
|
|
|
|
|
|
|
7 |
text_prompt = 'basket'
|
8 |
image_path = '/kaggle/input/avataar/wall hanging.jpg'
|
9 |
output_image_path = '/kaggle/working'
|
|
|
4 |
home = os.getcwd()
|
5 |
home
|
6 |
|
7 |
+
!git clone https://github.com/IDEA-Research/GroundingDINO
|
8 |
+
%cd /{home}/GroundingDINO
|
9 |
+
!pip install -q -e .
|
10 |
+
|
11 |
text_prompt = 'basket'
|
12 |
image_path = '/kaggle/input/avataar/wall hanging.jpg'
|
13 |
output_image_path = '/kaggle/working'
|