asigalov61 commited on
Commit
7077a1e
·
verified ·
1 Parent(s): ce76c69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -456,9 +456,10 @@ if __name__ == "__main__":
456
  [output_midi_title, output_midi_summary, output_midi, output_audio, output_plot])
457
 
458
  gr.Examples(
459
- [["Sharing The Night Together.kar", "Controlled", 256, 512, True, True, False, 512, 1024, 2048, 0.9, 10],
460
- ["Hotel California.mid", "Controlled", 256, 512, True, True, False, 512, 1024, 2048, 0.9, 10],
461
- ["Nothing Else Matters.kar", "Controlled", 256, 512, True, True, False, 512, 1024, 2048, 0.9, 10],
 
462
  ],
463
  [input_midi,
464
  input_gen_type,
 
456
  [output_midi_title, output_midi_summary, output_midi, output_audio, output_plot])
457
 
458
  gr.Examples(
459
+ [["Come To My Window.mid", "Controlled", 256, 512, False, False, 512, 1024, 2048, 0.9, 10],
460
+ ["Sharing The Night Together.kar", "Controlled", 256, 512, True, True, 512, 1024, 2048, 0.9, 10],
461
+ ["Hotel California.mid", "Controlled", 256, 512, True, True, 512, 1024, 2048, 0.9, 10],
462
+ ["Nothing Else Matters.kar", "Controlled", 256, 512, True, True, 512, 1024, 2048, 0.9, 10],
463
  ],
464
  [input_midi,
465
  input_gen_type,