Nasma commited on
Commit
b0854df
·
verified ·
1 Parent(s): 7859e04

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,8 +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
 
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