michaelpiro1 commited on
Commit
4d34a6a
·
verified ·
1 Parent(s): cbed123

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="file", 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=[
 
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=[