Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,8 +20,8 @@ with demo:
|
|
20 |
|
21 |
with gr.TabItem("Clasificacion de Imagenes"):
|
22 |
with gr.Row():
|
23 |
-
|
24 |
-
|
25 |
boton3 = gr.Button('Clasifica la imagen ')
|
26 |
|
27 |
boton1.click(transcribe,inputs = audio,outputs= transcripcion)
|
|
|
20 |
|
21 |
with gr.TabItem("Clasificacion de Imagenes"):
|
22 |
with gr.Row():
|
23 |
+
imag = gr.Image(shape = (224,224))
|
24 |
+
tipo = gr.Label(num_top_classes = 3)
|
25 |
boton3 = gr.Button('Clasifica la imagen ')
|
26 |
|
27 |
boton1.click(transcribe,inputs = audio,outputs= transcripcion)
|