Spaces:
Paused
Paused
Update app.py
Browse files
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")
|