Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ demo = gr.Interface(
|
|
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
|
51 |
description='<p>Grabar audio para convertir voz a texto.</p>'
|
52 |
)
|
53 |
|
|
|
47 |
type="filepath", # Crea un archivo temporal en formato wav
|
48 |
streaming=False),
|
49 |
"text",
|
50 |
+
title='Demo uso de Speech-to-Text usando la Api de Google',
|
51 |
description='<p>Grabar audio para convertir voz a texto.</p>'
|
52 |
)
|
53 |
|