Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,6 @@ def Render_MIDI(input_midi,
|
|
109 |
print('=' * 70)
|
110 |
print('Processing...Please wait...')
|
111 |
|
112 |
-
|
113 |
output_score = copy.deepcopy(escore)
|
114 |
|
115 |
if render_type == "Extract melody":
|
|
|
109 |
print('=' * 70)
|
110 |
print('Processing...Please wait...')
|
111 |
|
|
|
112 |
output_score = copy.deepcopy(escore)
|
113 |
|
114 |
if render_type == "Extract melody":
|