Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def predict(img):
|
|
11 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
12 |
|
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'
|
|
|
11 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
12 |
|
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'
|