TenzinGayche commited on
Commit
422fe7b
1 Parent(s): 3294ddc

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
  fn=transcribe,
29
  inputs=[gr.Audio(source="microphone", type="filepath"),gr.Audio(source="upload", type="filepath")],
30
  outputs="text",
31
- title="Whisper Large Tibetan",
32
  description="Realtime demo for Tibetan speech recognition using a fine-tuned Whisper medium model.",
33
  )
34
 
 
28
  fn=transcribe,
29
  inputs=[gr.Audio(source="microphone", type="filepath"),gr.Audio(source="upload", type="filepath")],
30
  outputs="text",
31
+ title="Whisper Small Tibetan",
32
  description="Realtime demo for Tibetan speech recognition using a fine-tuned Whisper medium model.",
33
  )
34