Shadhil commited on
Commit
e8b5998
·
verified ·
1 Parent(s): d725540

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -0
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch
2
+ torchvision==0.16.0
3
+ basicsr==1.4.2
4
+ kornia==0.5.1
5
+ face-alignment==1.3.4
6
+ ninja==1.10.2.3
7
+ einops==0.4.1
8
+ facexlib==0.2.5
9
+ librosa==0.9.2
10
+ dlib==19.24.0
11
+ gradio>=3.7.0
12
+ numpy==1.23.4
13
+ pandas