Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ if file_name is not None:
|
|
| 36 |
)
|
| 37 |
|
| 38 |
predictions = animal_pipeline(image)
|
| 39 |
-
col2.markdown("### 🐾 Predictions & Confidence Levels")
|
| 40 |
|
| 41 |
for p in predictions[:3]:
|
| 42 |
species = p['label'].lower()
|
|
|
|
| 36 |
)
|
| 37 |
|
| 38 |
predictions = animal_pipeline(image)
|
| 39 |
+
col2.markdown("### 🐾 Predictions & Confidence Levels")
|
| 40 |
|
| 41 |
for p in predictions[:3]:
|
| 42 |
species = p['label'].lower()
|