Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,8 +32,8 @@ def generate_waveform(description):
|
|
| 32 |
# gradio interface
|
| 33 |
iface = gr.Interface(
|
| 34 |
fn=generate_waveform,
|
| 35 |
-
inputs=gr.Textbox(lines=2, placeholder="Enter a music description here..."),
|
| 36 |
-
outputs=gr.Audio(
|
| 37 |
title="Flux Music Diffusion Pipeline",
|
| 38 |
description="Enter a music description, and the model will generate a corresponding audio waveform. Download the output as 'awesome.wav'."
|
| 39 |
)
|
|
|
|
| 32 |
# gradio interface
|
| 33 |
iface = gr.Interface(
|
| 34 |
fn=generate_waveform,
|
| 35 |
+
inputs=gr.Textbox(lines=2, placeholder="Enter a music description here..."),
|
| 36 |
+
outputs=gr.Audio(label="Download the Music 🎼"),
|
| 37 |
title="Flux Music Diffusion Pipeline",
|
| 38 |
description="Enter a music description, and the model will generate a corresponding audio waveform. Download the output as 'awesome.wav'."
|
| 39 |
)
|