Theivaprakasham commited on
Commit
fcad0c6
1 Parent(s): d5fe608

Added Cython requirement

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
 
3
- os.system('pip install insightface==0.5')
4
 
5
 
6
  import gradio as gr
 
1
  import os
2
 
3
+ os.system('pip install insightface==0.6.2')
4
 
5
 
6
  import gradio as gr
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  Cython
2
- #insightface==0.5
3
  onnx==1.10.2
4
  onnxruntime==1.10.0
 
1
  Cython
2
+ #insightface==0.6.2
3
  onnx==1.10.2
4
  onnxruntime==1.10.0