svjack commited on
Commit
94eb258
·
verified ·
1 Parent(s): 6c41442

Update demo_app.py

Browse files
Files changed (1) hide show
  1. demo_app.py +4 -2
demo_app.py CHANGED
@@ -406,6 +406,8 @@ if __name__ == "__main__":
406
  output_plot,
407
  output_song_description
408
  ])
409
-
 
 
410
  # Add examples to the app
411
- app.launch(share=True, examples=midi_examples)
 
406
  output_plot,
407
  output_song_description
408
  ])
409
+
410
+ gr.Examples(midi_examples, [input_midi])
411
+
412
  # Add examples to the app
413
+ app.launch(share=True)