Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
| 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 |
)
|