Fathima-Firose commited on
Commit
f87db36
·
verified ·
1 Parent(s): e887b91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ iface = gr.Interface(
36
  gr.Slider(minimum=2, maximum=60, value=15, label="Duration (seconds)")
37
  ],
38
  outputs=gr.Audio(type="filepath", label="Generated Music"),
39
- title="Neon MusicGen AI",
40
  description="Transform your ideas into music with AI. Describe a sound and set the duration to get started.",
41
  allow_flagging=False # This line disables the feature causing the error
42
  )
 
36
  gr.Slider(minimum=2, maximum=60, value=15, label="Duration (seconds)")
37
  ],
38
  outputs=gr.Audio(type="filepath", label="Generated Music"),
39
+ title="MusicGen AI",
40
  description="Transform your ideas into music with AI. Describe a sound and set the duration to get started.",
41
  allow_flagging=False # This line disables the feature causing the error
42
  )