Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks(theme=gr.themes.Ocean(primary_hue="pink", neutral_hue="indigo", f
|
|
56 |
return temp_audio_path
|
57 |
|
58 |
|
59 |
-
button.click(describir, [
|
60 |
button2.click(leer, [output], output2)
|
61 |
|
62 |
demo.launch(debug=True)
|
|
|
56 |
return temp_audio_path
|
57 |
|
58 |
|
59 |
+
button.click(describir, [image], output)
|
60 |
button2.click(leer, [output], output2)
|
61 |
|
62 |
demo.launch(debug=True)
|