Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ demo = gr.Interface(
|
|
16 |
gr.Slider(0.0, 60.0, value=0.0, step=1.0, label="Starting Point (seconds)"),
|
17 |
gr.Slider(1.0, 60.0, value=10.0, step=1.0, label="Output Length (seconds)", info="Longer audio takes more time to generate")
|
18 |
],
|
19 |
-
outputs=gr.Audio(type="
|
20 |
title="Drums Generation in Different Models",
|
21 |
description="Upload your audio file and process it with AudioLDM2 or StableAudio based on your prompt and settings.",
|
22 |
examples=[
|
|
|
16 |
gr.Slider(0.0, 60.0, value=0.0, step=1.0, label="Starting Point (seconds)"),
|
17 |
gr.Slider(1.0, 60.0, value=10.0, step=1.0, label="Output Length (seconds)", info="Longer audio takes more time to generate")
|
18 |
],
|
19 |
+
outputs=gr.Audio(type="filepath", label="Processed Audio"),
|
20 |
title="Drums Generation in Different Models",
|
21 |
description="Upload your audio file and process it with AudioLDM2 or StableAudio based on your prompt and settings.",
|
22 |
examples=[
|