Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.100.0
|
2 |
+
uvicorn==0.23.0
|
3 |
+
TTS==0.22.0
|
4 |
+
numpy==1.25.0
|
5 |
+
torch==2.0.1 # Ensure compatibility with the TTS package
|
6 |
+
torchaudio==2.0.1 # Ensure compatibility with the TTS package
|
7 |
+
scipy==1.11.1
|
8 |
+
typing-extensions==4.8.0
|