Obai33 commited on
Commit
4775790
·
verified ·
1 Parent(s): 4b883ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,8 +55,8 @@ iface = gr.Interface(
55
  fn=theaudio,
56
  inputs=gr.Audio(type="filepath"),
57
  outputs="text",
58
- title="Audio Input Example",
59
- description="Upload an audio file or record one to see its duration."
60
  )
61
 
62
  iface.launch()
 
55
  fn=theaudio,
56
  inputs=gr.Audio(type="filepath"),
57
  outputs="text",
58
+ title="Aud2Text Using CTC",
59
+ description="Upload an audio file or record one and the AI will transcribe it for you!"
60
  )
61
 
62
  iface.launch()