jadechoghari commited on
Commit
0cb7b61
1 Parent(s): 39a196c
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -54,11 +54,10 @@ Simply enter a description of the music you'd like to hear, and our AI will gene
54
 
55
  # gradio interface
56
  iface = gr.Interface(
57
- description=intro,
58
  fn=generate_waveform,
59
  inputs=gr.Textbox(lines=2, placeholder="Enter a music description here..."),
60
  outputs=gr.Audio(label="Download the Music 🎼"),
61
- description="Enter a music description, and the model will generate a corresponding audio waveform. Download the output as 'awesome.wav'.",
62
  examples=[
63
  ["A modern synthesizer creating futuristic soundscapes."],
64
  ["Acoustic ballad with heartfelt lyrics and soft piano."]
 
54
 
55
  # gradio interface
56
  iface = gr.Interface(
 
57
  fn=generate_waveform,
58
  inputs=gr.Textbox(lines=2, placeholder="Enter a music description here..."),
59
  outputs=gr.Audio(label="Download the Music 🎼"),
60
+ description=intro,
61
  examples=[
62
  ["A modern synthesizer creating futuristic soundscapes."],
63
  ["Acoustic ballad with heartfelt lyrics and soft piano."]