nakas commited on
Commit
82f8bbf
1 Parent(s): ef35140

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -28
app.py CHANGED
@@ -223,34 +223,7 @@ def ui_full(launch_kwargs):
223
  ],
224
  title="MusicGen",
225
  description="This is your private demo for MusicGen, a simple and controllable model for music generation.",
226
- examples=[
227
- [
228
- "An 80s driving pop song with heavy drums and synth pads in the background",
229
- "./assets/bach.mp3",
230
- "melody"
231
- ],
232
- [
233
- "A cheerful country song with acoustic guitars",
234
- "./assets/bolero_ravel.mp3",
235
- "melody"
236
- ],
237
- [
238
- "90s rock song with electric guitar and heavy drums",
239
- None,
240
- "medium"
241
- ],
242
- [
243
- "a light and cheerly EDM track, with syncopated drums, aery pads, and strong emotions",
244
- "./assets/bach.mp3",
245
- "melody"
246
- ],
247
- [
248
- "lofi slow bpm electro chill with organic samples",
249
- None,
250
- "medium",
251
- ],
252
- ],
253
- allow_flagging=False,
254
  layout="vertical",
255
  **launch_kwargs
256
  )
 
223
  ],
224
  title="MusicGen",
225
  description="This is your private demo for MusicGen, a simple and controllable model for music generation.",
226
+ allow_flagging="never",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
227
  layout="vertical",
228
  **launch_kwargs
229
  )