SamuelHarner commited on
Commit
b08ff31
1 Parent(s): 246b9f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ iface = gr.Interface(
17
  inputs=gr.Audio(sources=["microphone"], type="filepath"),
18
  outputs="text",
19
  title="Sjung en sång och låt oss gissa 🎤 🎄",
20
- description="Sing a Swedish Christmas song and see if we can guess it. If we fail, try singing more clearly or more of the lyrics and maybe we will get it the next time!",
21
  )
22
 
23
  iface.launch()
 
17
  inputs=gr.Audio(sources=["microphone"], type="filepath"),
18
  outputs="text",
19
  title="Sjung en sång och låt oss gissa 🎤 🎄",
20
+ description="Sing a Swedish Christmas song and see if we can guess it. If our guess is wrong, try singing more clearly, more of the lyrics, or another song and maybe we will get it the next time!",
21
  )
22
 
23
  iface.launch()