Hbvsa commited on
Commit
0ef7b62
1 Parent(s): 6c70322

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -8,10 +8,7 @@ def run_commands():
8
  "pip install -e ./GroundingDINO",
9
  "cd GroundingDINO",
10
  "mkdir GroundingDINO/weights",
11
- "cd GroundingDINO/weights",
12
- "wget -q https://github.com/IDEA-Research/GroundingDINO/releases/download/v0.1.0-alpha/groundingdino_swint_ogc.pth",
13
- "cd ..",
14
- "cd ..",
15
  "ls"
16
  ]
17
 
 
8
  "pip install -e ./GroundingDINO",
9
  "cd GroundingDINO",
10
  "mkdir GroundingDINO/weights",
11
+ "cd GroundingDINO/weights && wget -q https://github.com/IDEA-Research/GroundingDINO/releases/download/v0.1.0-alpha/groundingdino_swint_ogc.pth",
 
 
 
12
  "ls"
13
  ]
14