Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def predict(img):
|
|
| 15 |
|
| 16 |
title = "Bad castle predictor"
|
| 17 |
description = "A bad model that tries to identify the type of castle."
|
| 18 |
-
examples = ['spanish
|
| 19 |
|
| 20 |
gr.Interface(
|
| 21 |
fn=predict,
|
|
|
|
| 15 |
|
| 16 |
title = "Bad castle predictor"
|
| 17 |
description = "A bad model that tries to identify the type of castle."
|
| 18 |
+
examples = ['spanish', 'french', 'japanese']
|
| 19 |
|
| 20 |
gr.Interface(
|
| 21 |
fn=predict,
|