Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -226,14 +226,7 @@ def ui_batched(launch_kwargs):
|
|
226 |
with gr.Blocks() as demo:
|
227 |
gr.Markdown(
|
228 |
"""
|
229 |
-
|
230 |
-
|
231 |
-
This is the demo for [MusicGen](https://github.com/facebookresearch/audiocraft), a simple and controllable model for music generation
|
232 |
-
presented at: ["Simple and Controllable Music Generation"](https://huggingface.co/papers/2306.05284).
|
233 |
-
<br/>
|
234 |
-
<a href="https://huggingface.co/spaces/facebook/MusicGen?duplicate=true" style="display: inline-block;margin-top: .5em;margin-right: .25em;" target="_blank">
|
235 |
-
<img style="margin-bottom: 0em;display: inline;margin-top: -.25em;" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
236 |
-
for longer sequences, more control and no queue.</p>
|
237 |
"""
|
238 |
)
|
239 |
with gr.Row():
|
|
|
226 |
with gr.Blocks() as demo:
|
227 |
gr.Markdown(
|
228 |
"""
|
229 |
+
Copyright (c) Mayfair Partner Ltd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
230 |
"""
|
231 |
)
|
232 |
with gr.Row():
|