dotextension commited on
Commit
792266e
1 Parent(s): 600523b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ iface = gr.Interface(
11
  fn=transcribe,
12
  inputs=gr.Audio(type="filepath"),
13
  outputs="text",
14
- title="Whisper Small Bengali",
15
- description="Realtime demo for Bengali speech recognition using a fine-tuned Whisper small model.",
16
  )
17
 
18
  iface.launch()
 
11
  fn=transcribe,
12
  inputs=gr.Audio(type="filepath"),
13
  outputs="text",
14
+ title="Whisper Small Bangla",
15
+ description="Realtime demo for Bangla speech recognition using a fine-tuned Whisper small model.",
16
  )
17
 
18
  iface.launch()