Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,8 +54,8 @@ demo = gr.Interface(
|
|
| 54 |
transcribe,
|
| 55 |
gr.Audio(sources=["microphone"], type="filepath", label='Grabar audio aquí', streaming=False),
|
| 56 |
[output1, output2],
|
| 57 |
-
title='Demo
|
| 58 |
-
description='<p>Grabar audio para convertir voz a texto usando
|
| 59 |
)
|
| 60 |
|
| 61 |
demo.launch()
|
|
|
|
| 54 |
transcribe,
|
| 55 |
gr.Audio(sources=["microphone"], type="filepath", label='Grabar audio aquí', streaming=False),
|
| 56 |
[output1, output2],
|
| 57 |
+
title='Demo Reconocimiento de voz',
|
| 58 |
+
description='<p>Grabar audio para convertir voz a texto usando IA.</p>'
|
| 59 |
)
|
| 60 |
|
| 61 |
demo.launch()
|