Spaces:
Runtime error
Runtime error
sweetcocoa
commited on
Commit
•
604b1f5
1
Parent(s):
b862b5e
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,7 @@ def inference(file_up, composer):
|
|
37 |
show_plot=False,
|
38 |
save_midi=True,
|
39 |
save_mix=True,
|
|
|
40 |
)
|
41 |
|
42 |
return mix_path, midi_path
|
|
|
37 |
show_plot=False,
|
38 |
save_midi=True,
|
39 |
save_mix=True,
|
40 |
+
midi_path="output.mid"
|
41 |
)
|
42 |
|
43 |
return mix_path, midi_path
|