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