tomandandy commited on
Commit
1a8df35
1 Parent(s): 96d37d4
Files changed (1) hide show
  1. demos/musicgen_app.py +3 -3
demos/musicgen_app.py CHANGED
@@ -245,9 +245,9 @@ def ui_full(launch_kwargs):
245
  gr.Markdown(
246
  """
247
  # MusicGen
248
- This is your private demo for [MusicGen](https://github.com/facebookresearch/audiocraft),
249
- a simple and controllable model for music generation
250
- presented at: ["Simple and Controllable Music Generation"](https://huggingface.co/papers/2306.05284)
251
  """
252
  )
253
  with gr.Row():
 
245
  gr.Markdown(
246
  """
247
  # MusicGen
248
+ Derived from [MusicGen](https://github.com/facebookresearch/audiocraft),
249
+ presented at: ["Simple and Controllable Music Generation"](https://huggingface.co/papers/2306.05284).
250
+ Modified for experiments in the re-scoring of *Metropolis* and Wings.
251
  """
252
  )
253
  with gr.Row():