Spaces:
Runtime error
Runtime error
Commit
Β·
3ca5204
1
Parent(s):
b990046
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ with demo:
|
|
| 17 |
gr.Markdown("demo de sentimientos leidos")
|
| 18 |
audio = gr.Audio(source="microphone", type="filepath")
|
| 19 |
texto = gr.Textbox()
|
| 20 |
-
b1 = gr.Button("
|
| 21 |
b1.click(audio_a_text, inputs=audio, outputs=texto)
|
| 22 |
|
| 23 |
label = gr.Label()
|
|
|
|
| 17 |
gr.Markdown("demo de sentimientos leidos")
|
| 18 |
audio = gr.Audio(source="microphone", type="filepath")
|
| 19 |
texto = gr.Textbox()
|
| 20 |
+
b1 = gr.Button("Dictado")
|
| 21 |
b1.click(audio_a_text, inputs=audio, outputs=texto)
|
| 22 |
|
| 23 |
label = gr.Label()
|