Spaces:
Runtime error
Runtime error
Update demo_app.py
Browse files- demo_app.py +1 -1
demo_app.py
CHANGED
|
@@ -407,7 +407,7 @@ if __name__ == "__main__":
|
|
| 407 |
output_song_description
|
| 408 |
])
|
| 409 |
|
| 410 |
-
|
| 411 |
|
| 412 |
# Add examples to the app
|
| 413 |
app.launch(share=True)
|
|
|
|
| 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)
|