Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
torch --extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
torchvision --extra-index-url https://download.pytorch.org/whl/cpu
|
3 |
torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
4 |
librosa==0.9.2
|
5 |
pyFluidSynth==1.3.0
|
6 |
pytube
|
7 |
pandas==1.5.2
|
8 |
pydub
|
9 |
-
huggingface-hub==0.10.1
|
10 |
git+https://github.com/Natooz/MidiTok.git@2e958f1dd761c5eb8ab115c3f2ebe627b010be5a
|
11 |
pynput
|
12 |
music21==8.1.0
|
|
|
1 |
torch --extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
torchvision --extra-index-url https://download.pytorch.org/whl/cpu
|
3 |
torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
|
4 |
+
huggingface_hub==0.10.1
|
5 |
librosa==0.9.2
|
6 |
pyFluidSynth==1.3.0
|
7 |
pytube
|
8 |
pandas==1.5.2
|
9 |
pydub
|
|
|
10 |
git+https://github.com/Natooz/MidiTok.git@2e958f1dd761c5eb8ab115c3f2ebe627b010be5a
|
11 |
pynput
|
12 |
music21==8.1.0
|