* Fix preview when using frame enhancer

* Fix version conflict numpy vs. cv2

* Use latest numpy

* Introduce scale_face() to match size of temp frames and target frames

* Remove hardcoded backend for camera under Windows

* Up and downgrade some dependencies

* Up and downgrade some dependencies

* Up and downgrade some dependencies
This commit is contained in:
Henry Ruhs
2025-09-11 16:58:39 +02:00
committed by GitHub
parent 16e84b43ce
commit f3be23d19b
14 changed files with 48 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
gradio-rangeslider==0.0.8
gradio==5.42.0
numpy==2.3.2
onnx==1.18.0
onnxruntime==1.22.0
onnx==1.19.0
onnxruntime==1.22.1
opencv-python==4.12.0.88
psutil==7.0.0
tqdm==4.67.1