vvmnnnkv commited on
Commit
dd282a3
Β·
1 Parent(s): bcf243a

change large model

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ sdk: gradio
6
  app_file: app.py
7
  models:
8
  - google/owlv2-base-patch16-ensemble
9
- - google/owlv2-large-patch14
10
  ---
11
 
12
  # OWLv2: Zero-shot detection with visual prompt πŸ‘€
 
6
  app_file: app.py
7
  models:
8
  - google/owlv2-base-patch16-ensemble
9
+ - google/owlv2-large-patch14-ensemble
10
  ---
11
 
12
  # OWLv2: Zero-shot detection with visual prompt πŸ‘€
app.py CHANGED
@@ -121,7 +121,7 @@ def app():
121
  label="Model",
122
  choices=[
123
  "google/owlv2-base-patch16-ensemble",
124
- "google/owlv2-large-patch14"
125
  ],
126
  value="google/owlv2-base-patch16-ensemble",
127
  )
 
121
  label="Model",
122
  choices=[
123
  "google/owlv2-base-patch16-ensemble",
124
+ "google/owlv2-large-patch14-ensemble"
125
  ],
126
  value="google/owlv2-base-patch16-ensemble",
127
  )