ayureasehealthcare commited on
Commit
649d2a9
Β·
verified Β·
1 Parent(s): 433b665

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -8
requirements.txt CHANGED
@@ -1,8 +1,10 @@
1
- gradio
2
- google-cloud-speech
3
- google-cloud-translate
4
- gTTS
5
- pydub
6
- langdetect
7
- numpy
8
- openai
 
 
 
1
+ gradio==3.24.0
2
+ google-cloud-speech==2.20.1
3
+ google-cloud-texttospeech==2.17.0
4
+ langdetect==1.0.9
5
+ transformers==4.34.0
6
+ indic-nlp-library==0.81
7
+ sentencepiece==0.1.99
8
+ torch==2.0.1
9
+ numpy==1.24.2
10
+ scipy==1.10.1