Update app.py
Browse files
app.py
CHANGED
@@ -90,10 +90,11 @@ with gr.Blocks(css=css) as demo:
|
|
90 |
"""
|
91 |
# Split Audio Tracks to MusicGen
|
92 |
Upload an audio file, split audio tracks with Demucs, choose a track as conditional sound for MusicGen, get a remix !
|
|
|
93 |
<br/>
|
94 |
<a href="https://huggingface.co/spaces/fffiloni/SplitTrack2MusicGen?duplicate=true" style="display: inline-block;margin-top: .5em;margin-right: .25em;" target="_blank">
|
95 |
<img style="margin-bottom: 0em;display: inline;margin-top: -.25em;" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
96 |
-
for longer
|
97 |
"""
|
98 |
)
|
99 |
|
|
|
90 |
"""
|
91 |
# Split Audio Tracks to MusicGen
|
92 |
Upload an audio file, split audio tracks with Demucs, choose a track as conditional sound for MusicGen, get a remix !
|
93 |
+
*** Careful, MusicGen model loaded here can only handle up to 30 second audio, please use the audio component gradio feature to edit your audio before conditioning ***
|
94 |
<br/>
|
95 |
<a href="https://huggingface.co/spaces/fffiloni/SplitTrack2MusicGen?duplicate=true" style="display: inline-block;margin-top: .5em;margin-right: .25em;" target="_blank">
|
96 |
<img style="margin-bottom: 0em;display: inline;margin-top: -.25em;" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
97 |
+
for longer audio, more control and no queue.</p>
|
98 |
"""
|
99 |
)
|
100 |
|