Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -135,20 +135,9 @@ def ui(**kwargs):
|
|
135 |
with gr.Blocks(css=css) as interface:
|
136 |
gr.Markdown(
|
137 |
"""
|
138 |
-
|
139 |
-
This a [MusicGen](https://github.com/facebookresearch/audiocraft), a simple and controllable model for music generation
|
140 |
-
presented at: ["Simple and Controllable Music Generation"](https://huggingface.co/papers/2306.05284)
|
141 |
-
|
142 |
-
This Spaces only does melody continuation, you can try other features [here](https://huggingface.co/spaces/facebook/MusicGen)
|
143 |
"""
|
144 |
)
|
145 |
-
gr.Markdown(
|
146 |
-
"""
|
147 |
-
<a href="https://huggingface.co/spaces/radames/MusicGen-Continuation?duplicate=true" style="display: inline-block;margin-top: .5em;margin-right: .25em;" target="_blank">
|
148 |
-
<img style="margin-bottom: 0em;display: inline;margin-top: -.25em;" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
149 |
-
to use it privately
|
150 |
-
"""
|
151 |
-
)
|
152 |
with gr.Row():
|
153 |
with gr.Column():
|
154 |
with gr.Row():
|
@@ -327,10 +316,6 @@ def ui(**kwargs):
|
|
327 |
|
328 |
When using `melody`, ou can optionaly provide a reference audio from
|
329 |
which a broad melody will be extracted. The model will then try to follow both the description and melody provided.
|
330 |
-
|
331 |
-
You can also use your own GPU or a Google Colab by following the instructions on our repo.
|
332 |
-
See [github.com/facebookresearch/audiocraft](https://github.com/facebookresearch/audiocraft)
|
333 |
-
for more details.
|
334 |
"""
|
335 |
)
|
336 |
|
|
|
135 |
with gr.Blocks(css=css) as interface:
|
136 |
gr.Markdown(
|
137 |
"""
|
138 |
+
Copyright (c) Mayfair Partner Ltd
|
|
|
|
|
|
|
|
|
139 |
"""
|
140 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
141 |
with gr.Row():
|
142 |
with gr.Column():
|
143 |
with gr.Row():
|
|
|
316 |
|
317 |
When using `melody`, ou can optionaly provide a reference audio from
|
318 |
which a broad melody will be extracted. The model will then try to follow both the description and melody provided.
|
|
|
|
|
|
|
|
|
319 |
"""
|
320 |
)
|
321 |
|