Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
torchvision>=0.15.0
|
| 3 |
+
gradio>=4.0.0
|
| 4 |
+
pillow>=10.0.0
|
| 5 |
+
numpy>=1.24.0
|
| 6 |
+
opencv-python-headless>=4.8.0
|
| 7 |
+
captcha>=0.5.0
|
| 8 |
+
tqdm>=4.65.0
|