cesar commited on
Commit
cbcfe06
·
verified ·
1 Parent(s): e04c18e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,8 +54,8 @@ demo = gr.Interface(
54
  transcribe,
55
  gr.Audio(sources=["microphone"], type="filepath", label='Grabar audio aquí', streaming=False),
56
  [output1, output2],
57
- title='Demo Speech-to-Text con API Key de Google',
58
- description='<p>Grabar audio para convertir voz a texto usando Google Cloud Speech-to-Text.</p>'
59
  )
60
 
61
  demo.launch()
 
54
  transcribe,
55
  gr.Audio(sources=["microphone"], type="filepath", label='Grabar audio aquí', streaming=False),
56
  [output1, output2],
57
+ title='Demo Reconocimiento de voz',
58
+ description='<p>Grabar audio para convertir voz a texto usando IA.</p>'
59
  )
60
 
61
  demo.launch()