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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
  insightface==0.7.3
 
2
  gradio==4.44.0
3
- opencv-python-headless==4.8.1.78
4
  numpy==1.26.1
5
- onnx==1.15.0
6
- onnxruntime==1.16.1
 
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