cesar commited on
Commit
9ebdbe5
·
verified ·
1 Parent(s): 00c3441

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Cloud Platform',
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