Raiff1982 commited on
Commit
cfeca04
·
verified ·
1 Parent(s): bf756a7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- torch
2
  datasets
3
  aiohttp
4
  cryptography
@@ -6,12 +6,13 @@ faiss-cpu
6
  numpy
7
  pyttsx3
8
  speechrecognition
9
- huggingface_hub==0.25.2
10
- gradio==4.19.2
11
  PyJWT
12
  deep-translator==1.9.3
13
  opencv-python-headless
14
- librosa
15
- tensorflow==2.13.0
16
- tensorflow-probability==0.21.0
17
- transformers[torch]==4.37.0
 
 
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.3.1
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
+ transformers==4.36.2
18
+ typing-extensions==4.5.0