nakas commited on
Commit
d40afd6
·
1 Parent(s): 61440ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -227,11 +227,12 @@ def ui_full(launch_kwargs):
227
  gr.Number(label="Classifier Free Guidance", default=3.0),
228
  ],
229
  outputs=[
230
- gr.outputs.Audio(type='filepath'),
231
- gr.outputs.Audio(type='filepath'),
232
- gr.outputs.Audio(type='filepath'),
233
- gr.outputs.Audio(type='filepath'),
234
- gr.outputs.Audio(type='filepath')
 
235
  ],
236
  title="MusicGen",
237
  description="This is your private demo for MusicGen, a simple and controllable model for music generation.",
 
227
  gr.Number(label="Classifier Free Guidance", default=3.0),
228
  ],
229
  outputs=[
230
+ gr.Audio(type='filepath',label="Generated Music"),
231
+ gr.Audio(type='filepath',label="Vocal Music"),
232
+ gr.Audio(type='filepath',label="base Music"),
233
+ gr.Audio(type='filepath',label="drum Music"),
234
+ gr.Audio(type='filepath',label="other Music")
235
+ #gr.outputs.Audio(type='filepath')
236
  ],
237
  title="MusicGen",
238
  description="This is your private demo for MusicGen, a simple and controllable model for music generation.",