Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def predict(img):
|
|
| 14 |
|
| 15 |
title = "Winx Club"
|
| 16 |
description = "Classifier for Winx Club fairies."
|
| 17 |
-
examples = ['bloom.jpg', 'stella.jpg', 'layla2.
|
| 18 |
interpretation='default'
|
| 19 |
enable_queue=True
|
| 20 |
|
|
|
|
| 14 |
|
| 15 |
title = "Winx Club"
|
| 16 |
description = "Classifier for Winx Club fairies."
|
| 17 |
+
examples = ['bloom.jpg', 'stella.jpg', 'layla2.png', 'musa.jpg', 'tecna.jpg', 'flora2.png']
|
| 18 |
interpretation='default'
|
| 19 |
enable_queue=True
|
| 20 |
|