asigalov61
commited on
Commit
•
93ecba8
1
Parent(s):
f1f1e3e
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def Generate_POP_Medley(input_num_medley_comps):
|
|
113 |
|
114 |
medley_labels = ['Composition #' + str(i+1) for i in range(len(medley_compositions_escores))]
|
115 |
|
116 |
-
medley_escore = TMIDIX.escore_notes_medley(medley_compositions_escores, medley_labels)
|
117 |
|
118 |
#===============================================================================
|
119 |
print('Rendering results...')
|
|
|
113 |
|
114 |
medley_labels = ['Composition #' + str(i+1) for i in range(len(medley_compositions_escores))]
|
115 |
|
116 |
+
medley_escore = TMIDIX.escore_notes_medley(medley_compositions_escores, medley_labels, pause_time_value=16)
|
117 |
|
118 |
#===============================================================================
|
119 |
print('Rendering results...')
|