From 0baa15ecccfcc96e774706a4fe30d407be08b6cb Mon Sep 17 00:00:00 2001 From: skytnt Date: Wed, 23 Oct 2024 14:56:12 +0800 Subject: [PATCH] Update demo.ipynb --- demo.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/demo.ipynb b/demo.ipynb index 80244ef..b668ee3 100644 --- a/demo.ipynb +++ b/demo.ipynb @@ -174,7 +174,8 @@ "!git clone https://huggingface.co/spaces/skytnt/midi-composer\n", "%cd midi-composer\n", "!apt install fluidsynth\n", - "!pip install -r requirements.txt" + "!pip install -r requirements.txt\n", + "!pip install spaces" ] }, { @@ -204,4 +205,4 @@ "outputs": [] } ] -} \ No newline at end of file +}