Spaces:
Sleeping
Sleeping
sharner
commited on
Commit
·
42aeede
1
Parent(s):
af5b628
Move song info to article
Browse files
app.py
CHANGED
@@ -22,7 +22,8 @@ iface = gr.Interface(
|
|
22 |
inputs=gr.Audio(sources=["microphone"], type="filepath"),
|
23 |
outputs="text",
|
24 |
title="Sjung en sång och låt oss gissa 🎤 🎄",
|
25 |
-
description=
|
|
|
26 |
)
|
27 |
|
28 |
iface.launch()
|
|
|
22 |
inputs=gr.Audio(sources=["microphone"], type="filepath"),
|
23 |
outputs="text",
|
24 |
title="Sjung en sång och låt oss gissa 🎤 🎄",
|
25 |
+
description=intro_info,
|
26 |
+
article=song_info
|
27 |
)
|
28 |
|
29 |
iface.launch()
|