salomonsky commited on
Commit
6275a4d
·
verified ·
1 Parent(s): 53ee1a6

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -4
requirements.txt CHANGED
@@ -1,8 +1,12 @@
1
  flask==2.0.1
2
  flask-cors==3.0.10
3
  google-generativeai==0.3.0
4
- edge-tts==6.1.9
5
- gTTS==2.3.2
6
- pygame==2.5.2
7
  pyyaml==6.0.1
8
- python-dotenv==1.0.0
 
 
 
 
 
 
1
  flask==2.0.1
2
  flask-cors==3.0.10
3
  google-generativeai==0.3.0
4
+ python-dotenv==1.0.0
5
+ requests==2.31.0
 
6
  pyyaml==6.0.1
7
+ huggingface_hub==0.20.1
8
+ transformers==4.36.2
9
+ torch==2.1.2
10
+ soundfile==0.12.1
11
+ webrtcvad==2.0.10
12
+ numpy==1.24.3