Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
asigalov61/Guided-Rock-Music-Transformer
asigalov61
/
Score-2-Performance-Transformer
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
asigalov61
commited on
Dec 31, 2024
Commit
02a1231
·
verified
·
1 Parent(s):
a7268c3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -299,7 +299,7 @@ def Convert_Score_to_Performance(input_midi,
299
300
patches = [0] * 16
301
302
-
for ss in
song1
:
303
304
if 0 <= ss < 256:
305
299
300
patches = [0] * 16
301
302
+
for ss in
song[602
:
]:
303
304
if 0 <= ss < 256:
305