Spaces:
Runtime error
Runtime error
Update demo_app.py
Browse files- 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
|
|
|
|
| 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)
|