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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +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 ..",
 
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 ..",