Spaces:
Runtime error
Runtime error
Commit
·
edbdec5
1
Parent(s):
8a769c6
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ description = "Generate music based on the provided prompt using Facebook's musi
|
|
22 |
iface = gr.Interface(
|
23 |
fn=generate_music,
|
24 |
inputs=gr.Textbox(lines=3, label="Enter music prompt"),
|
25 |
-
outputs=gr.Audio(type="
|
26 |
title=title,
|
27 |
description=description
|
28 |
)
|
|
|
22 |
iface = gr.Interface(
|
23 |
fn=generate_music,
|
24 |
inputs=gr.Textbox(lines=3, label="Enter music prompt"),
|
25 |
+
outputs=gr.Audio(type="numpy", label="Generated Music"),
|
26 |
title=title,
|
27 |
description=description
|
28 |
)
|