soujanyaporia commited on
Commit
26da534
1 Parent(s): a4bf0eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -235,12 +235,10 @@ title="Mustango: Toward Controllable Text-to-Music Generation"
235
  description_text = """
236
  <p><a href="https://huggingface.co/spaces/declare-lab/mustango/blob/main/app.py?duplicate=true"> <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a> For faster inference without waiting in queue, you may duplicate the space and upgrade to a GPU in the settings. <br/><br/>
237
  Generate music using Mustango by providing a text prompt.
238
- <br/><br/> Meet Mustango, an exciting addition to the vibrant landscape of Multimodal Large Language Models \
239
- designed for controlled music generation. Mustango leverages Latent Diffusion Model (LDM), Flan-T5, and \
240
- musical features to do the magic! \
241
  <p/>
242
  """
243
- description_text = ""
244
  # Gradio input and output components
245
  input_text = gr.Textbox(lines=2, label="Prompt")
246
  output_audio = gr.Audio(label="Generated Music", type="filepath")
 
235
  description_text = """
236
  <p><a href="https://huggingface.co/spaces/declare-lab/mustango/blob/main/app.py?duplicate=true"> <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a> For faster inference without waiting in queue, you may duplicate the space and upgrade to a GPU in the settings. <br/><br/>
237
  Generate music using Mustango by providing a text prompt.
238
+ <br/><br/> This is the demo for Mustango for controllable text to music generation: <a href="https://arxiv.org/abs/2311.08355">Read our paper.</a>
 
 
239
  <p/>
240
  """
241
+ #description_text = ""
242
  # Gradio input and output components
243
  input_text = gr.Textbox(lines=2, label="Prompt")
244
  output_audio = gr.Audio(label="Generated Music", type="filepath")