Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ output_path = gr.Audio(label="Generated Music", type="filepath")
|
|
34 |
gr.Interface(
|
35 |
fn=generate_music,
|
36 |
inputs=[description, melody_audio],
|
37 |
-
outputs=
|
38 |
title="MusicGen Demo",
|
39 |
description="Generate music using the MusicGen model.",
|
40 |
examples=[
|
|
|
34 |
gr.Interface(
|
35 |
fn=generate_music,
|
36 |
inputs=[description, melody_audio],
|
37 |
+
outputs=output_path,
|
38 |
title="MusicGen Demo",
|
39 |
description="Generate music using the MusicGen model.",
|
40 |
examples=[
|