Lingalingeswaran commited on
Commit
c93432c
·
verified ·
1 Parent(s): be47cb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -111,7 +111,7 @@ iface = gr.Interface(
111
  fn=transcribe,
112
  inputs=gr.Audio(sources=["microphone", "upload"], type="filepath"),
113
  outputs="text",
114
- title="Whisper Small Sinhala",
115
  description="Realtime demo for Tamil speech recognition using a fine-tuned Whisper small model.",
116
  )
117
 
 
111
  fn=transcribe,
112
  inputs=gr.Audio(sources=["microphone", "upload"], type="filepath"),
113
  outputs="text",
114
+ title="Whisper Small Tamil",
115
  description="Realtime demo for Tamil speech recognition using a fine-tuned Whisper small model.",
116
  )
117