Spaces:
Runtime error
Runtime error
Change the button text
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ with demo:
|
|
28 |
with gr.Row():
|
29 |
texto = gr.Textbox()
|
30 |
label = gr.Label()
|
31 |
-
b2 = gr.Button("
|
32 |
|
33 |
#b1.click(audio_a_texto, inputs=audio, outputs=transcripcion)
|
34 |
b2.click(texto_a_sentimiento, inputs=texto, outputs=label)
|
|
|
28 |
with gr.Row():
|
29 |
texto = gr.Textbox()
|
30 |
label = gr.Label()
|
31 |
+
b2 = gr.Button("Analiza el sentimiento, por favor")
|
32 |
|
33 |
#b1.click(audio_a_texto, inputs=audio, outputs=transcripcion)
|
34 |
b2.click(texto_a_sentimiento, inputs=texto, outputs=label)
|