jsbeaudry commited on
Commit
14e6d21
·
verified ·
1 Parent(s): 0b5e9a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ iface = gr.Interface(
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 Whisper small model.",
17
  )
18
 
19
  iface.launch()
 
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()