sarpreetsingh3131 commited on
Commit
a6ae6f3
·
verified ·
1 Parent(s): d875998

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,5 +23,5 @@ gradio.Interface(
23
  fn=transcribe,
24
  inputs=gradio.Audio(type="filepath", max_length=30, sources="microphone", format="wav"),
25
  outputs="label",
26
- title="Model trained to recognise Panjabi speech",
27
  ).launch()
 
23
  fn=transcribe,
24
  inputs=gradio.Audio(type="filepath", max_length=30, sources="microphone", format="wav"),
25
  outputs="label",
26
+ title="Model trained to recognise Panjabi speech (you might face issue with your mic, please refresh page to properly record your voice}",
27
  ).launch()