Hbvsa commited on
Commit
1399e82
1 Parent(s): e8a72ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ def run_commands():
7
  "git clone https://github.com/IDEA-Research/GroundingDINO.git",
8
  "pip install -e ./GroundingDINO",
9
  "cd GroundingDINO",
10
- "mkdir weights",
11
- 'cd weights'
12
  "wget -q https://github.com/IDEA-Research/GroundingDINO/releases/download/v0.1.0-alpha/groundingdino_swint_ogc.pth",
13
  "cd ..",
14
  "cd ..",
 
7
  "git clone https://github.com/IDEA-Research/GroundingDINO.git",
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 ..",