Spaces:
Sleeping
Sleeping
SamuelHarner
commited on
Commit
•
16cbef9
1
Parent(s):
5845aec
Update app.py
Browse files
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="
|
20 |
-
description="
|
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()
|