InsightWhispersAI commited on
Commit
c7fa73e
·
verified ·
1 Parent(s): eb0d281

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  insightface==0.7.3
2
- opencv-python-headless==4.8.1.78 # Use headless to avoid unnecessary GUI dependencies
 
3
  gradio==4.44.0
4
  numpy==1.26.1
5
  Pillow==10.0.1
 
1
  insightface==0.7.3
2
+ onnxruntime==1.16.1 # Add this line to resolve the issue
3
+ opencv-python-headless==4.8.1.78
4
  gradio==4.44.0
5
  numpy==1.26.1
6
  Pillow==10.0.1