Manjushri commited on
Commit
e834573
·
1 Parent(s): ebcec24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ def ui_full(launch_kwargs):
166
  submit.click(predict_full, inputs=[model, text, melody, duration, topk, topp, temperature, cfg_coef], outputs=[output])
167
  gr.Examples(
168
  fn=predict_full,
169
- examples=[
170
  [
171
  "An 80s driving pop song with heavy drums and synth pads in the background",
172
  "./assets/bach.mp3",
 
166
  submit.click(predict_full, inputs=[model, text, melody, duration, topk, topp, temperature, cfg_coef], outputs=[output])
167
  gr.Examples(
168
  fn=predict_full,
169
+ #examples=[
170
  [
171
  "An 80s driving pop song with heavy drums and synth pads in the background",
172
  "./assets/bach.mp3",