Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
TTS
|
4 |
-
numpy
|
5 |
-
torch
|
6 |
-
torchaudio
|
7 |
-
scipy
|
8 |
-
typing-extensions
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
TTS
|
4 |
+
numpy
|
5 |
+
torch # Ensure compatibility with the TTS package
|
6 |
+
torchaudio # Ensure compatibility with the TTS package
|
7 |
+
scipy
|
8 |
+
typing-extensions
|