dioarafl commited on
Commit
e98feed
·
verified ·
1 Parent(s): c390ec2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -9
requirements.txt CHANGED
@@ -1,9 +1,8 @@
1
- gradio
2
- opencv-python
3
- torch
4
- torchvision
5
- pillow
6
- huggingface-hub
7
- deepspeech
8
- numpy
9
- soundfile
 
1
+ gradio==2.1.0
2
+ torch==1.10.0
3
+ torchvision==0.11.1
4
+ transformers==4.13.0
5
+ opencv-python==4.5.4.60
6
+ numpy==1.21.4
7
+ soundfile==0.10.3.post1
8
+ torchaudio==0.11.1