Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
torchaudio>=2.0.0
|
3 |
+
transformers>=4.40.1
|
4 |
+
accelerate>=0.20.3
|
5 |
+
sentencepiece
|
6 |
+
streamlit
|
7 |
+
librosa
|
8 |
+
soundfile
|
9 |
+
numpy
|
10 |
+
yt_dlp
|