don0726 commited on
Commit
58fc2d8
·
verified ·
1 Parent(s): 54dcb68

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -2
requirements.txt CHANGED
@@ -1,7 +1,11 @@
1
  fastapi
2
  uvicorn
3
  python-multipart
4
- TTS
5
  torch
6
  torchaudio
7
- soundfile
 
 
 
 
 
1
  fastapi
2
  uvicorn
3
  python-multipart
4
+ TTS==0.22.0
5
  torch
6
  torchaudio
7
+ soundfile
8
+
9
+ # 🔥 VERY IMPORTANT (fix error)
10
+ transformers==4.36.2
11
+ tokenizers==0.15.2