Spaces:
Running
on
Zero
Running
on
Zero
change large model
Browse files
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 |
)
|