📦 Minimal deps - removed opencv, fixed gradio version
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.1
|
| 2 |
+
insightface
|
| 3 |
+
onnxruntime
|
| 4 |
+
numpy
|
| 5 |
+
pillow
|