We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad324f commit 5283d73Copy full SHA for 5283d73
examples/4-robojam-touch-generation.py
@@ -25,7 +25,7 @@
25
26
# Download microjam performance data if needed.
27
import urllib.request
28
-url = 'http://folk.uio.no/charlepm/datasets/TinyPerformanceCorpus.h5'
+url = 'https://github.com/cpmpercussion/creative-prediction-datasets/raw/main/datasets/TinyPerformanceCorpus.h5'
29
urllib.request.urlretrieve(url, './TinyPerformanceCorpus.h5')
30
31
0 commit comments