Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,9 @@ demo = gr.Interface(
|
|
| 46 |
gr.Audio(sources=["microphone"],
|
| 47 |
type="filepath", # Crea un archivo temporal en formato wav
|
| 48 |
streaming=False),
|
| 49 |
-
"text"
|
|
|
|
|
|
|
| 50 |
)
|
| 51 |
|
| 52 |
demo.launch()
|
|
|
|
| 46 |
gr.Audio(sources=["microphone"],
|
| 47 |
type="filepath", # Crea un archivo temporal en formato wav
|
| 48 |
streaming=False),
|
| 49 |
+
"text",
|
| 50 |
+
title='Demo uso de Speech-to-Text de Google Cloud Platform',
|
| 51 |
+
description='<p>Grabar audio para convertir voz a texto.</p>'
|
| 52 |
)
|
| 53 |
|
| 54 |
demo.launch()
|