antonbol commited on
Commit
e9f3f04
·
1 Parent(s): e3dab4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ iface = gr.Interface(
23
  inputs=[gr.Audio(source="microphone", type="filepath"), gr.Image("./images/" + image + ".jpeg")],
24
  outputs="text",
25
  title="Whisper Small Swedish",
26
- description="Demo of whisper small ASR fine tuned to swedish. Vad är det på bilden? Spela in ditt svar genom att trycka på inspelningsknappen!",
27
  )
28
 
29
  iface.launch()
 
23
  inputs=[gr.Audio(source="microphone", type="filepath"), gr.Image("./images/" + image + ".jpeg")],
24
  outputs="text",
25
  title="Whisper Small Swedish",
26
+ description="Proof of concept for Duolingo-type gamified language learning",
27
  )
28
 
29
  iface.launch()