Victorlopo21 commited on
Commit
c8abb49
·
1 Parent(s): a5343d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,8 +47,8 @@ iface = gr.Interface(
47
  fn=transcribe,
48
  inputs=gr.Audio(source='microphone', type="filepath"),
49
  outputs="text",
50
- title="Whisper Small Galician",
51
- description="Realtime demo for Galician speech recognition using a fine-tuned Whisper small model.",
52
  )
53
 
54
  iface.launch(debug=True)
 
47
  fn=transcribe,
48
  inputs=gr.Audio(source='microphone', type="filepath"),
49
  outputs="text",
50
+ title="Whisper Medium Galician",
51
+ description="Realtime demo for Galician speech recognition using a fine-tuned Whisper medium model.",
52
  )
53
 
54
  iface.launch(debug=True)