Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python-telegram-bot==20.3
|
2 |
+
transformers==4.37.2
|
3 |
+
torch==2.1.2
|
4 |
+
soundfile==0.12.1
|
5 |
+
librosa==0.10.1
|
6 |
+
gunicorn==21.2.0
|
7 |
+
ffmpeg-python==0.2.0
|
8 |
+
pydub==0.25.1
|