Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
easydict==1.11
|
2 |
+
gradio==4.1.1
|
3 |
+
gradio-client==0.7.0
|
4 |
+
huggingface-hub==0.18.0
|
5 |
+
matplotlib-inline==0.1.6
|
6 |
+
mediapipe==0.10.7
|
7 |
+
numpy==1.24.4
|
8 |
+
opencv-contrib-python==4.8.1.78
|
9 |
+
pandas==2.0.3
|
10 |
+
pillow==10.1.0
|
11 |
+
scikit-learn==1.3.2
|
12 |
+
seaborn==0.13.0
|
13 |
+
torchvision==0.16.0
|
14 |
+
PyWavelets
|