Minor documentation update
Browse files
app.py
CHANGED
|
@@ -481,7 +481,7 @@ def ui(**kwargs):
|
|
| 481 |
gr.Markdown(
|
| 482 |
"""
|
| 483 |
# UnlimitedMusicGen
|
| 484 |
-
This is your
|
| 485 |
presented at: ["Simple and Controllable Music Generation"](https://huggingface.co/papers/2306.05284)
|
| 486 |
|
| 487 |
Disclaimer: This won't run on CPU only. Clone this App and run on GPU instance!
|
|
@@ -491,14 +491,6 @@ def ui(**kwargs):
|
|
| 491 |
|
| 492 |
"""
|
| 493 |
)
|
| 494 |
-
if IS_SHARED_SPACE and not torch.cuda.is_available():
|
| 495 |
-
gr.Markdown("""
|
| 496 |
-
⚠ This Space doesn't work in this shared UI ⚠
|
| 497 |
-
|
| 498 |
-
<a href="https://huggingface.co/spaces/musicgen/MusicGen?duplicate=true" style="display: inline-block;margin-top: .5em;margin-right: .25em;" target="_blank">
|
| 499 |
-
<img style="margin-bottom: 0em;display: inline;margin-top: -.25em;" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
| 500 |
-
to use it privately, or use the <a href="https://huggingface.co/spaces/facebook/MusicGen">public demo</a>
|
| 501 |
-
""")
|
| 502 |
with gr.Row():
|
| 503 |
with gr.Column():
|
| 504 |
with gr.Row():
|
|
|
|
| 481 |
gr.Markdown(
|
| 482 |
"""
|
| 483 |
# UnlimitedMusicGen
|
| 484 |
+
This is your MCP Client demo for [UnlimitedMusicGen](https://github.com/Oncorporation/audiocraft), a simple and controllable model for music generation
|
| 485 |
presented at: ["Simple and Controllable Music Generation"](https://huggingface.co/papers/2306.05284)
|
| 486 |
|
| 487 |
Disclaimer: This won't run on CPU only. Clone this App and run on GPU instance!
|
|
|
|
| 491 |
|
| 492 |
"""
|
| 493 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 494 |
with gr.Row():
|
| 495 |
with gr.Column():
|
| 496 |
with gr.Row():
|