Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ def predict(img):
|
|
| 68 |
|
| 69 |
title = "Bird Detector"
|
| 70 |
description = "Bird Detector."
|
| 71 |
-
examples = ['BIRD.
|
| 72 |
interpretation='default'
|
| 73 |
enable_queue=True
|
| 74 |
|
|
|
|
| 68 |
|
| 69 |
title = "Bird Detector"
|
| 70 |
description = "Bird Detector."
|
| 71 |
+
examples = ['BIRD.png']
|
| 72 |
interpretation='default'
|
| 73 |
enable_queue=True
|
| 74 |
|