Raiff1982 commited on
Commit
21ecb8b
·
verified ·
1 Parent(s): de5ab0b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -9
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- torch
2
  datasets
3
  aiohttp
4
  cryptography
@@ -6,13 +6,14 @@ faiss-cpu
6
  numpy
7
  pyttsx3
8
  speechrecognition
9
- huggingface_hub
10
- gradio
11
  PyJWT
12
- deep-translator
13
  opencv-python-headless
14
- librosa
15
- tensorflow
16
- tensorflow-probability
17
- transformers
18
- typing-extensions
 
 
1
+ torch==2.0.1
2
  datasets
3
  aiohttp
4
  cryptography
 
6
  numpy
7
  pyttsx3
8
  speechrecognition
9
+ huggingface_hub==0.17.3
10
+ gradio==4.19.2
11
  PyJWT
12
+ deep-translator==1.9.3
13
  opencv-python-headless
14
+ librosa==0.9.2
15
+ tensorflow==2.12.0
16
+ tensorflow-probability==0.19.0
17
+ tf-keras
18
+ transformers==4.36.2
19
+ typing-extensions==4.5.0