thak123 commited on
Commit
84377e1
·
1 Parent(s): ce1eda5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ iface = gr.Interface(
28
  [os.path.join(os.path.dirname("."),"audio/ekdonteen.flac")],
29
  [os.path.join(os.path.dirname("."),"audio/heyatachadjaale.mp3")],
30
  ],
31
- title="Whisper Small Konkani",
32
  description="Realtime demo for Konkani speech recognition using a fine-tuned Whisper small model.",
33
  )
34
 
 
28
  [os.path.join(os.path.dirname("."),"audio/ekdonteen.flac")],
29
  [os.path.join(os.path.dirname("."),"audio/heyatachadjaale.mp3")],
30
  ],
31
+ title="Whisper Konkani",
32
  description="Realtime demo for Konkani speech recognition using a fine-tuned Whisper small model.",
33
  )
34