Commit ·
5840491
1
Parent(s): 72b2a97
Update app.py
Browse files- Eurasian teal.jpeg +0 -0
- app.py +1 -0
Eurasian teal.jpeg
ADDED
|
app.py
CHANGED
|
@@ -39,6 +39,7 @@ def create_interface():
|
|
| 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 |
|
|
|
|
| 39 |
examples = [
|
| 40 |
["Common myna.jpeg", "mvit_v2_t_il-all"],
|
| 41 |
["Eurasian hoopoe.jpeg", "convnext_v2_tiny_intermediate-eu-common"],
|
| 42 |
+
# ["Eurasian teal.jpeg", "iformer_s_arabian-peninsula"],
|
| 43 |
["Grey heron.jpeg", "iformer_s_arabian-peninsula"],
|
| 44 |
]
|
| 45 |
|