Alessio Grancini
commited on
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -46,4 +46,9 @@ thop>=0.1.1 # FLOPs computation
|
|
46 |
# ipython # interactive notebook
|
47 |
# albumentations>=1.0.3
|
48 |
# pycocotools>=2.0.6 # COCO mAP
|
49 |
-
# roboflow
|
|
|
|
|
|
|
|
|
|
|
|
46 |
# ipython # interactive notebook
|
47 |
# albumentations>=1.0.3
|
48 |
# pycocotools>=2.0.6 # COCO mAP
|
49 |
+
# roboflow
|
50 |
+
|
51 |
+
# Zero GPUs --------------------------------------
|
52 |
+
torch==2.4.0 # ZeroGPU compatible version
|
53 |
+
gradio>=4.0.0
|
54 |
+
spaces
|