nakas commited on
Commit
a63ab26
·
1 Parent(s): 2da3d5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -227,7 +227,11 @@ def ui_full(launch_kwargs):
227
  gr.Number(label="Classifier Free Guidance", default=3.0),
228
  ],
229
  outputs=[
230
- gr.Audio(label=f"Generated Music {i+1}") for i in range(len(files))
 
 
 
 
231
  ],
232
  title="MusicGen",
233
  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.outputs.Textbox(label='Audio File 1'),
231
+ gr.outputs.Textbox(label='Audio File 2'),
232
+ gr.outputs.Textbox(label='Audio File 3'),
233
+ gr.outputs.Textbox(label='Audio File 4'),
234
+ gr.outputs.Textbox(label='Audio File 5')
235
  ],
236
  title="MusicGen",
237
  description="This is your private demo for MusicGen, a simple and controllable model for music generation.",