Skip to content

Commit

Permalink
updated data URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmpercussion committed Jun 21, 2024
1 parent 6ad324f commit 5283d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/4-robojam-touch-generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

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


Expand Down

0 comments on commit 5283d73

Please sign in to comment.