fcernafukuzaki commited on
Commit
f734e7b
·
verified ·
1 Parent(s): 02bf66e

Update app.py

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