Ludvig Doeser commited on
Commit
2af9ecc
1 Parent(s): 21e01d6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ iface = gr.Interface(
15
  fn=transcribe,
16
  inputs=gr.Audio(source="microphone", type="filepath"),
17
  outputs="text",
18
- title="Svesnk Taligenkänning baserad på Whisper Model",
19
  description=description,
20
  )
21
 
 
15
  fn=transcribe,
16
  inputs=gr.Audio(source="microphone", type="filepath"),
17
  outputs="text",
18
+ title="Svensk Taligenkänning baserad på Whisper Model",
19
  description=description,
20
  )
21