Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# install from https://pytorch.org/get-started/locally/
|
| 2 |
+
# torchvision~=0.16.0
|
| 3 |
+
librosa~=0.10.0
|
| 4 |
+
matplotlib~=3.8.0
|
| 5 |
+
opencv_python~=4.8.0
|
| 6 |
+
resampy~=0.4.0
|
| 7 |
+
tqdm~=4.66.0
|
| 8 |
+
gradio~=4.5.0
|
| 9 |
+
omegaconf~=2.3.0
|
| 10 |
+
torch~=2.1.0
|
| 11 |
+
torchaudio~=2.1.0
|
| 12 |
+
fairseq2~=0.2.0
|
| 13 |
+
yt_dlp
|
| 14 |
+
flask
|