fffiloni commited on
Commit
64a38ed
·
1 Parent(s): 26614d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -45,7 +45,8 @@ with gr.Blocks(css=css) as demo:
45
  </h1>
46
  </div>
47
  <p style="margin-bottom: 10px; font-size: 94%">
48
-
 
49
  </p>
50
  </div>""")
51
  song_in = gr.Audio(label="Song input", type="filepath", source="upload")
 
45
  </h1>
46
  </div>
47
  <p style="margin-bottom: 10px; font-size: 94%">
48
+ Send the audio file of your favorite song, and get the lyrics ! <br />
49
+ Under the hood, we split and get the vocals track from the audio file, then send the vocals to Whisper.
50
  </p>
51
  </div>""")
52
  song_in = gr.Audio(label="Song input", type="filepath", source="upload")