Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ def predict(img):
|
|
| 13 |
title = "Clasificación de imágenes"
|
| 14 |
description = "Demo para el clasificador construido en la práctica 1."
|
| 15 |
article="<p style='text-align: center'><a href='https://ap2122.github.io/aprendizajeprofundo2122/practica/2022/01/10/practica1-clasificacion-imagenes.html' target='_blank'>Blog post</a></p>"
|
| 16 |
-
examples = ['building.jpg','
|
| 17 |
interpretation='default'
|
| 18 |
enable_queue=True
|
| 19 |
|
|
|
|
| 13 |
title = "Clasificación de imágenes"
|
| 14 |
description = "Demo para el clasificador construido en la práctica 1."
|
| 15 |
article="<p style='text-align: center'><a href='https://ap2122.github.io/aprendizajeprofundo2122/practica/2022/01/10/practica1-clasificacion-imagenes.html' target='_blank'>Blog post</a></p>"
|
| 16 |
+
examples = ['building.jpg','forest.jpg']
|
| 17 |
interpretation='default'
|
| 18 |
enable_queue=True
|
| 19 |
|