Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojw1998 committed Oct 27, 2024
1 parent 1e6a3f5 commit 8898c8b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 0 additions & 2 deletions inference_arrangement.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 0 additions & 2 deletions inference_orchestration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8898c8b

Please sign in to comment.