Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
gradio
|
2 |
-
transformers
|
3 |
-
torch
|
|
|
|
|
4 |
opencv-python-headless
|
5 |
-
|
6 |
-
ultralytics==8.0.176
|
|
|
1 |
+
gradio
|
2 |
+
transformers
|
3 |
+
torch
|
4 |
+
Pillow
|
5 |
+
numpy
|
6 |
opencv-python-headless
|
7 |
+
timm # ✅ Required for DETR model
|
|