Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
@@ -1,21 +1,23 @@
|
|
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
|
5 |
pyFluidSynth==1.3.0
|
6 |
pytube
|
7 |
-
pandas
|
8 |
pydub
|
9 |
git+https://github.com/Natooz/MidiTok.git@2e958f1dd761c5eb8ab115c3f2ebe627b010be5a
|
10 |
pynput
|
11 |
-
music21
|
12 |
-
mord
|
13 |
-
moviepy
|
14 |
-
pretty_midi
|
15 |
piano_transcription_inference
|
|
|
|
|
16 |
tensorboard
|
17 |
git+https://github.com/huggingface/transformers.git@983e40ac3b2af68fd6c927dce09324d54d023e54
|
18 |
git+https://github.com/huggingface/accelerate.git@a54cd0abd8f1f1f5e0f64ac030427c30760309d8
|
19 |
git+https://github.com/huggingface/huggingface_hub.git@c87d402de876aa3abf7413bc18b42fab1694ab39
|
20 |
setuptools==59.5.0
|
21 |
-
scikit-learn==1.0.2
|
|
|
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 |
git+https://github.com/Natooz/MidiTok.git@2e958f1dd761c5eb8ab115c3f2ebe627b010be5a
|
10 |
pynput
|
11 |
+
music21==8.1.0
|
12 |
+
mord==0.6
|
13 |
+
moviepy==1.0.3
|
14 |
+
pretty_midi==0.2.9
|
15 |
piano_transcription_inference
|
16 |
+
altair==4.0
|
17 |
+
streamlit==1.15.2
|
18 |
tensorboard
|
19 |
git+https://github.com/huggingface/transformers.git@983e40ac3b2af68fd6c927dce09324d54d023e54
|
20 |
git+https://github.com/huggingface/accelerate.git@a54cd0abd8f1f1f5e0f64ac030427c30760309d8
|
21 |
git+https://github.com/huggingface/huggingface_hub.git@c87d402de876aa3abf7413bc18b42fab1694ab39
|
22 |
setuptools==59.5.0
|
23 |
+
scikit-learn==1.0.2
|