antonbol commited on
Commit
f54a47c
·
1 Parent(s): 0fc26e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ iface = gr.Interface(
20
  inputs=[gr.Audio(source="microphone", type="filepath"), gr.Image("./images/" + image + ".jpeg")],
21
  outputs="text",
22
  title="Whisper Small Swedish",
23
- description="Realtime demo for Swedish speech recognition using a fine-tuned Whisper small model.",
24
  )
25
 
26
 
 
20
  inputs=[gr.Audio(source="microphone", type="filepath"), gr.Image("./images/" + image + ".jpeg")],
21
  outputs="text",
22
  title="Whisper Small Swedish",
23
+ description="Demo of whisper small ASR fine tuned to swedish. Vad är det på bilden? Spela in ditt svar genom att trycka på inspelningsknappen!",
24
  )
25
 
26