Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -85,8 +85,8 @@ demo = gr.Interface(
|
|
85 |
fn=transcribe,
|
86 |
inputs=gr.Audio(sources=["microphone", "upload"], type="filepath", label="Subir o grabar audio"),
|
87 |
outputs=[output1, output2],
|
88 |
-
title='Demo
|
89 |
-
description='<p>
|
90 |
)
|
91 |
|
92 |
demo.launch()
|
|
|
85 |
fn=transcribe,
|
86 |
inputs=gr.Audio(sources=["microphone", "upload"], type="filepath", label="Subir o grabar audio"),
|
87 |
outputs=[output1, output2],
|
88 |
+
title='Demo Reconocimiento de Audio',
|
89 |
+
description='<p> Se puede grabar o subir un archivo de audio para convertir voz a texto usando Inteligencia Artificial.</p>'
|
90 |
)
|
91 |
|
92 |
demo.launch()
|