Spaces:
Configuration error
Configuration error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.1.0
|
| 2 |
+
torchvision>=0.16.0
|
| 3 |
+
gradio>=3.40
|
| 4 |
+
numpy
|
| 5 |
+
opencv-python
|
| 6 |
+
Pillow
|
| 7 |
+
insightface
|
| 8 |
+
scipy
|
| 9 |
+
face-alignment==1.3.5
|
| 10 |
+
onnxruntime
|