Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
ultralytics==8.3.0
|
| 3 |
+
opencv-python==4.8.1.78
|
| 4 |
+
pillow==10.0.1
|
| 5 |
+
numpy==1.24.3
|
| 6 |
+
torch>=2.0.0
|
| 7 |
+
torchvision>=0.15.0
|