Skip to content

Commit 5283d73

Browse files
committed
updated data URL
1 parent 6ad324f commit 5283d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/4-robojam-touch-generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# Download microjam performance data if needed.
2727
import urllib.request
28-
url = 'http://folk.uio.no/charlepm/datasets/TinyPerformanceCorpus.h5'
28+
url = 'https://github.com/cpmpercussion/creative-prediction-datasets/raw/main/datasets/TinyPerformanceCorpus.h5'
2929
urllib.request.urlretrieve(url, './TinyPerformanceCorpus.h5')
3030

3131

0 commit comments

Comments
 (0)