MattBee commited on
Commit
b9425d6
1 Parent(s): 8a81f8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -216,13 +216,7 @@ demo = gr.Interface(
216
  ],
217
  outputs=[
218
  gr.Audio(label="Generated Music", streaming=True, autoplay=True)
219
- ],
220
- examples=[
221
- ["An 80s driving pop song with heavy drums and synth pads in the background", 30, 1.5, 5],
222
- ["A cheerful country song with acoustic guitars", 30, 1.5, 5],
223
- ["90s rock song with electric guitar and heavy drums", 30, 1.5, 5],
224
- ["a light and cheerly EDM track, with syncopated drums, aery pads, and strong emotions bpm: 130", 30, 1.5, 5],
225
- ["lofi slow bpm electro chill with organic samples", 30, 1.5, 5],
226
  ],
227
  title=title,
228
  description=description,
 
216
  ],
217
  outputs=[
218
  gr.Audio(label="Generated Music", streaming=True, autoplay=True)
219
+
 
 
 
 
 
 
220
  ],
221
  title=title,
222
  description=description,