RSHVR commited on
Commit
3958987
·
verified ·
1 Parent(s): 60b8847

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -8
requirements.txt CHANGED
@@ -1,10 +1,13 @@
1
- gradio>=4.13.0
2
- tortoise-tts>=3.0.0
3
- huggingface-hub>=0.19.0
4
  torch>=2.0.0
5
  torchaudio>=2.0.0
6
- fastapi>=0.100.0
7
- python-multipart>=0.0.6
8
- uvicorn>=0.23.0
9
- pydub>=0.25.1
10
- numpy>=1.24.0
 
 
 
 
 
 
1
+ # requirements.txt
 
 
2
  torch>=2.0.0
3
  torchaudio>=2.0.0
4
+ transformers>=4.34.0
5
+ cohere>=5.0.0
6
+ gradio>=4.0.0
7
+ fastrtc>=0.3.0
8
+ numpy>=1.22.0
9
+ tortoise-tts>=2.5.0
10
+ spaces>=0.18.0
11
+ fastapi>=0.105.0
12
+ uvicorn>=0.24.0
13
+ python-dotenv>=1.0.0