Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
requests
|
| 3 |
+
moviepy
|
| 4 |
+
opencv-python
|
| 5 |
+
ffmpeg-python
|
| 6 |
+
torch
|
| 7 |
+
torchvision
|
| 8 |
+
numpy
|
| 9 |
+
scipy
|
| 10 |
+
face-alignment
|