Deepmind1 commited on
Commit
982a6f1
·
verified ·
1 Parent(s): 03aeb7f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -12
requirements.txt CHANGED
@@ -1,12 +1,13 @@
1
- gradio
2
- ‎opencv-python
3
- ‎numpy
4
- librosa
5
- ffmpeg-python
6
- torch
7
- torchvision
8
- tqdm
9
- face-alignment
10
- imageio
11
- imageio-ffmpeg
12
- scipy
 
 
1
+ gradio==4.44.1
2
+ numpy==1.26.4
3
+ opencv-python
4
+ librosa
5
+ ffmpeg-python
6
+ torch==2.1.0
7
+ torchvision==0.16.0
8
+ tqdm
9
+ face-alignment
10
+ imageio
11
+ imageio-ffmpeg
12
+ scipy
13
+ huggingface_hub==0.19.4