From 8898c8be0eb629410cf5a3cd9ad956e9e92b36c9 Mon Sep 17 00:00:00 2001 From: Jingwei Zhao Date: Sun, 27 Oct 2024 10:48:05 +0000 Subject: [PATCH] update --- README.md | 2 +- inference_arrangement.ipynb | 2 -- inference_orchestration.ipynb | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 239db19..5617bd3 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ root ### How to run -* You can quckly test our system on [Google Colab](https://colab.research.google.com/drive/1N3XeEfTCWNLTuBp9NWPwzW-hq7Ho7nQA?usp=sharing), where you can quickly test our model online. +* You can quckly test our system on [Google Colab](https://colab.research.google.com/drive/1LSY1TTkSesDUfpJplq5xi-3-DI09fWQ9?usp=sharing), where you can quickly test our model online. * Alternatively, follow the guidelines in [`./inference_arrangement.ipynb`](./inference_arrangement.ipynb) offline for more in-depth testing. diff --git a/inference_arrangement.ipynb b/inference_arrangement.ipynb index 73d4c1f..15267f3 100644 --- a/inference_arrangement.ipynb +++ b/inference_arrangement.ipynb @@ -67,8 +67,6 @@ "os.environ[\"KMP_DUPLICATE_LIB_OK\"]=\"TRUE\"\n", "import numpy as np\n", "import pretty_midi as pyd\n", - "from midi2audio import FluidSynth\n", - "import IPython.display as ipd\n", "from arrangement_utils import *\n", "import warnings\n", "warnings.filterwarnings(\"ignore\")\n", diff --git a/inference_orchestration.ipynb b/inference_orchestration.ipynb index 874e83a..09a6d54 100644 --- a/inference_orchestration.ipynb +++ b/inference_orchestration.ipynb @@ -53,8 +53,6 @@ "os.environ[\"KMP_DUPLICATE_LIB_OK\"]=\"TRUE\"\n", "import numpy as np\n", "import pretty_midi as pyd\n", - "from midi2audio import FluidSynth\n", - "import IPython.display as ipd\n", "from arrangement_utils import *\n", "import warnings\n", "warnings.filterwarnings(\"ignore\")\n",