Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,11 +1,16 @@
|
|
1 |
chordparser==0.4.2
|
2 |
fire==0.7.0
|
|
|
|
|
3 |
hydra-core==1.3.2
|
4 |
librosa==0.10.2.post1
|
|
|
5 |
music21==9.3.0
|
6 |
numpy==2.2.2
|
7 |
omegaconf==2.3.0
|
8 |
pandas==2.2.3
|
|
|
|
|
9 |
pytorch_lightning==2.4.0
|
10 |
PyYAML==6.0.1
|
11 |
Requests==2.32.3
|
@@ -17,4 +22,4 @@ torchaudio==2.3.1
|
|
17 |
torchmetrics==1.4.1
|
18 |
tqdm==4.66.5
|
19 |
transformers==4.44.0
|
20 |
-
|
|
|
1 |
chordparser==0.4.2
|
2 |
fire==0.7.0
|
3 |
+
gradio==5.15.0
|
4 |
+
huggingface_hub==0.28.1
|
5 |
hydra-core==1.3.2
|
6 |
librosa==0.10.2.post1
|
7 |
+
mir_eval==0.7
|
8 |
music21==9.3.0
|
9 |
numpy==2.2.2
|
10 |
omegaconf==2.3.0
|
11 |
pandas==2.2.3
|
12 |
+
Pillow==11.1.0
|
13 |
+
pretty_midi==0.2.10
|
14 |
pytorch_lightning==2.4.0
|
15 |
PyYAML==6.0.1
|
16 |
Requests==2.32.3
|
|
|
22 |
torchmetrics==1.4.1
|
23 |
tqdm==4.66.5
|
24 |
transformers==4.44.0
|
25 |
+
utils==1.0.2
|