Nasma commited on
Commit
854169e
·
verified ·
1 Parent(s): 84b088a

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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