Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
|
2 |
gradio
|
3 |
-
torch
|
4 |
torchvision
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
1 |
+
opencv-python==4.10.0.84
|
2 |
gradio
|
3 |
+
torch==2.3.1
|
4 |
torchvision
|
5 |
+
torchaudio
|
6 |
+
joblib==1.4.2
|
7 |
+
Pillow==9.4.0
|
8 |
+
numpy==1.25.2
|
9 |
+
scikit-learn==1.3.2
|