Spaces:
Sleeping
Sleeping
floriangardin
commited on
Commit
•
1e517e1
1
Parent(s):
1e5f245
modify git ignore
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks() as demo:
|
|
138 |
["/home/user/app/eminem_slim_shady.mid", "Cm AbM BbM G7 Cm", 120, 0.95, 512, "0-4"],
|
139 |
["/home/user/app/mozart_alla_turca.mid", "", 120, 0.95, 512, "0-4"],
|
140 |
["/home/user/app/mozart_alla_turca.mid", "Am Em CM G7 E7 Am Am E7 Am", 120, 0.95, 512, "0-4"],
|
141 |
-
["/home/user/app/
|
142 |
],
|
143 |
inputs=[midi_file, chord_progression, tempo, temperature, nb_tokens, bar_range],
|
144 |
outputs=[generated_music, generated_midi, info_message],
|
|
|
138 |
["/home/user/app/eminem_slim_shady.mid", "Cm AbM BbM G7 Cm", 120, 0.95, 512, "0-4"],
|
139 |
["/home/user/app/mozart_alla_turca.mid", "", 120, 0.95, 512, "0-4"],
|
140 |
["/home/user/app/mozart_alla_turca.mid", "Am Em CM G7 E7 Am Am E7 Am", 120, 0.95, 512, "0-4"],
|
141 |
+
["/home/user/app/daft_punk_around_the_world.mid", "", 120, 0.95, 512, "0-4"],
|
142 |
],
|
143 |
inputs=[midi_file, chord_progression, tempo, temperature, nb_tokens, bar_range],
|
144 |
outputs=[generated_music, generated_midi, info_message],
|