Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
torchaudio>=2.0.0
|
| 3 |
+
librosa>=0.10.0
|
| 4 |
+
numpy>=1.21.0
|
| 5 |
+
gradio>=4.0.0
|
| 6 |
+
huggingface_hub>=0.20.0
|
| 7 |
+
scipy>=1.10.0
|