Matis Despujols
commited on
Upload requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
opencv-python-headless==4.10.0.84
|
| 4 |
+
pillow>=10.0.0
|
| 5 |
+
numpy>=1.24.0
|
| 6 |
+
supervision>=0.22.0
|
| 7 |
+
git+https://github.com/mhd-medfa/RF-DETR.git
|