asigalov61
commited on
Commit
•
7485e9b
1
Parent(s):
24957f5
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def render_midi(input_midi,
|
|
91 |
output_score = copy.deepcopy(escore)
|
92 |
|
93 |
elif render_type == "Extract melody":
|
94 |
-
output_score = TMIDIX.
|
95 |
|
96 |
elif render_type == "Flip":
|
97 |
output_score = TMIDIX.flip_enhanced_score_notes(escore)
|
|
|
91 |
output_score = copy.deepcopy(escore)
|
92 |
|
93 |
elif render_type == "Extract melody":
|
94 |
+
output_score = TMIDIX.add_melody_to_enhanced_score_notes(escore, return_melody=True)
|
95 |
|
96 |
elif render_type == "Flip":
|
97 |
output_score = TMIDIX.flip_enhanced_score_notes(escore)
|