Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ imagenes_muestra =[
|
|
| 28 |
]
|
| 29 |
iface = gr.Interface(
|
| 30 |
fn = predict_image,
|
| 31 |
-
|
| 32 |
outputs = "text",
|
| 33 |
examples = imagenes_muestra
|
| 34 |
)
|
|
|
|
| 28 |
]
|
| 29 |
iface = gr.Interface(
|
| 30 |
fn = predict_image,
|
| 31 |
+
inputs = gr.Image(label = "Sube tu Imagen o Selecciona una de Ejemplo"),#"image",
|
| 32 |
outputs = "text",
|
| 33 |
examples = imagenes_muestra
|
| 34 |
)
|