Spaces:
Running
Running
Michael Hu
commited on
Commit
·
eb9c1d4
1
Parent(s):
7b1ef22
add requirements file
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.31,<2.0
|
2 |
+
pydub>=0.25
|
3 |
+
python-dotenv>=1.0
|
4 |
+
nltk>=3.8
|
5 |
+
librosa>=0.10
|
6 |
+
soundfile>=0.12
|
7 |
+
ffmpeg-python>=0.2
|
8 |
+
torch>=2.0,<3.0
|
9 |
+
transformers[audio]>=4.30
|
10 |
+
TTS>=0.20,<1.0
|