Spaces:
Sleeping
Sleeping
add libs to requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
torchvision
|
| 3 |
+
transformers>=4.36.0
|
| 4 |
+
Pillow
|
| 5 |
+
opencv-python
|
| 6 |
+
ultralytics>=8.0.0
|
| 7 |
+
gradio>=4.0
|