sharner commited on
Commit
42aeede
·
1 Parent(s): af5b628

Move song info to article

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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= intro_info + "\n" + song_info,
 
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()