Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ with demo:
|
|
37 |
|
38 |
with gr.TabItem("Clasificaci贸n de imagenes"):
|
39 |
with gr.Row():
|
40 |
-
image = gr.Image()
|
41 |
label_img = gr.Label()
|
42 |
b3 = gr.Button("Clasifica por fa")
|
43 |
b1.click(audio_text, inputs = audio, outputs = transcripcion)
|
|
|
37 |
|
38 |
with gr.TabItem("Clasificaci贸n de imagenes"):
|
39 |
with gr.Row():
|
40 |
+
image = gr.Image(label="Carga una imagen aqu铆",type="pil")
|
41 |
label_img = gr.Label()
|
42 |
b3 = gr.Button("Clasifica por fa")
|
43 |
b1.click(audio_text, inputs = audio, outputs = transcripcion)
|