Skip to content

Commit

Permalink
Update colab
Browse files Browse the repository at this point in the history
  • Loading branch information
BreezeWhite committed Nov 16, 2024
1 parent 85c5938 commit b3fe2d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"\n",
"!add-apt-repository --yes ppa:mscore-ubuntu/mscore3-stable\n",
"!apt-get update\n",
"!apt-get --yes install musescore3 libmagic-dev\n",
"!apt-get --yes install musescore3 libmagic-dev cudnn9-cuda-12\n",
"\n",
"!pip install oemer\n",
"!pip install git+https://github.com/BreezeWhite/oemer\n",
"\n",
"%load_ext autoreload\n",
"%autoreload 2"
Expand Down Expand Up @@ -139,7 +139,6 @@
"!musescore3 -o \"${basename}.png\" $basename.musicxml\n",
"\n",
"\n",
"dsp.clear_output()\n",
"img = plt.imread(f\"{basename}-1.png\")\n",
"plt.rcParams['figure.figsize'] = (15, 15)\n",
"plt.axis('off')\n",
Expand Down

0 comments on commit b3fe2d6

Please sign in to comment.