Spaces:
Runtime error
Runtime error
fix app
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
gradio>=4.0.0
|
2 |
torch
|
3 |
torchvision
|
4 |
-
opencv-python
|
|
|
|
|
|
|
|
|
5 |
mediapipe
|
6 |
numpy
|
7 |
torchaudio
|
|
|
8 |
huggingface_hub
|
9 |
-
|
|
|
1 |
gradio>=4.0.0
|
2 |
torch
|
3 |
torchvision
|
4 |
+
opencv-python >= 4.5.5.62
|
5 |
+
scipy >= 1.3.0
|
6 |
+
scikit-image >= 0.13.0
|
7 |
+
av >= 10.0.0
|
8 |
+
six >= 1.16.0
|
9 |
mediapipe
|
10 |
numpy
|
11 |
torchaudio
|
12 |
+
pydantic
|
13 |
huggingface_hub
|
|