SamuelHarner commited on
Commit
16cbef9
1 Parent(s): 5845aec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ iface = gr.Interface(
16
  fn=get_song_guess,
17
  inputs=gr.Audio(source="microphone", type="filepath"),
18
  outputs="text",
19
- title="Whisper Small Swedish",
20
- description="Sjung en sång och låt oss gissa 🎤🎄",
21
  )
22
 
23
  iface.launch()
 
16
  fn=get_song_guess,
17
  inputs=gr.Audio(source="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()