Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,9 +28,10 @@ imagenes_muestra =[
|
|
28 |
]
|
29 |
iface = gr.Interface(
|
30 |
fn = predict_image,
|
31 |
-
inputs = gr.Image(label = "Sube
|
32 |
-
outputs = "text",
|
33 |
examples = imagenes_muestra
|
|
|
34 |
)
|
35 |
|
36 |
iface.launch(debug=True)
|
|
|
28 |
]
|
29 |
iface = gr.Interface(
|
30 |
fn = predict_image,
|
31 |
+
inputs = gr.Image(label = "Sube una imagen de un numero o Selecciona una de los ejemplos"),#"image",
|
32 |
+
outputs = gr.Textbox(label = "El resultado es:"),#"text",
|
33 |
examples = imagenes_muestra
|
34 |
+
label = "esta es una prueba de titulo"
|
35 |
)
|
36 |
|
37 |
iface.launch(debug=True)
|