Update app.py
Browse files
app.py
CHANGED
@@ -38,8 +38,8 @@ def create_interface():
|
|
38 |
|
39 |
examples = [
|
40 |
["Common myna.jpeg", "mvit_v2_t_il-all"],
|
41 |
-
["Eurasian hoopoe.jpeg", "
|
42 |
-
["Grey heron.jpeg", "
|
43 |
]
|
44 |
|
45 |
# Create interface
|
|
|
38 |
|
39 |
examples = [
|
40 |
["Common myna.jpeg", "mvit_v2_t_il-all"],
|
41 |
+
["Eurasian hoopoe.jpeg", "convnext_v2_tiny_intermediate-eu-common"],
|
42 |
+
["Grey heron.jpeg", "iformer_s_arabian-peninsula"],
|
43 |
]
|
44 |
|
45 |
# Create interface
|