lyhourt commited on
Commit
b6bd994
1 Parent(s): bf8ca4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ iface = gr.Interface(
34
  inputs=gr.Audio(sources=["upload","microphone"], type="filepath"),
35
  outputs="text",
36
  title="Whisper Small Hungarian",
37
- description="Realtime demo for Hungarian speech recognition using a fine-tuned Whisper small with cusom dataset.",
38
  )
39
 
40
  iface.launch()
 
34
  inputs=gr.Audio(sources=["upload","microphone"], type="filepath"),
35
  outputs="text",
36
  title="Whisper Small Hungarian",
37
+ description="Realtime demo for Hungarian speech recognition using a fine-tuned Whisper small.",
38
  )
39
 
40
  iface.launch()