Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.44.0
|
2 |
+
TTS==0.22.0
|
3 |
+
python-docx
|
4 |
+
soundfile
|
5 |
+
numpy
|
6 |
+
torch==2.3.1
|