sandrocalzada commited on
Commit
701eaf1
1 Parent(s): c6edb4d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -3,6 +3,7 @@ huggingface_hub
3
  numpy
4
  glob2
5
  matplotlib
6
- insightface
7
  gradio
 
 
8
 
 
3
  numpy
4
  glob2
5
  matplotlib
 
6
  gradio
7
+ insightface==0.7.3
8
+ onnxruntime==1.15.1
9