jsbeaudry commited on
Commit
18d233b
·
verified ·
1 Parent(s): 14e93f7

Update app.py

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