Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,8 @@ def ui_full(launch_kwargs):
|
|
177 |
gr.Markdown(
|
178 |
"""
|
179 |
# MAGNeT
|
180 |
-
This is
|
|
|
181 |
A fast text-to-music model, consists of a single, non-autoregressive transformer.
|
182 |
presented at: ["Masked Audio Generation using a Single Non-Autoregressive Transformer"] (https://huggingface.co/papers/2401.04577)
|
183 |
"""
|
|
|
177 |
gr.Markdown(
|
178 |
"""
|
179 |
# MAGNeT
|
180 |
+
This is a temporary demo for [MAGNeT](https://github.com/facebookresearch/audiocraft),
|
181 |
+
running from <a href="https://github.com/facebookresearch/audiocraft/commit/7dece43a4d186e47e5e1c67983ed10a99f225948" target="_blank">the "magnet_xformers_0_0_22_fix" audiocraft branch</a>
|
182 |
A fast text-to-music model, consists of a single, non-autoregressive transformer.
|
183 |
presented at: ["Masked Audio Generation using a Single Non-Autoregressive Transformer"] (https://huggingface.co/papers/2401.04577)
|
184 |
"""
|