Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,8 @@ def predict(img):
|
|
| 15 |
title = "Winx Club"
|
| 16 |
description = "Classifier for Winx Club fairies."
|
| 17 |
examples = ['bloom.jpg', 'stella.jpg', 'layla.jgp', 'musa.jpg', 'tecna.jpg', 'flora.jgp']
|
|
|
|
|
|
|
| 18 |
|
| 19 |
gr.Interface(
|
| 20 |
fn=predict,
|
|
|
|
| 15 |
title = "Winx Club"
|
| 16 |
description = "Classifier for Winx Club fairies."
|
| 17 |
examples = ['bloom.jpg', 'stella.jpg', 'layla.jgp', 'musa.jpg', 'tecna.jpg', 'flora.jgp']
|
| 18 |
+
interpretation='default'
|
| 19 |
+
enable_queue=True
|
| 20 |
|
| 21 |
gr.Interface(
|
| 22 |
fn=predict,
|