Spaces:
Sleeping
Sleeping
Harshithtd
commited on
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
-
torch
|
2 |
git+https://github.com/qubvel/transformers.git@fix-rt-detr-init
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
git+https://github.com/qubvel/transformers.git@fix-rt-detr-init
|
2 |
+
torch>=1.8.0
|
3 |
+
transformers>=4.0.0
|
4 |
+
torchvision>=0.8.0
|
5 |
+
Pillow>=8.0.0
|
6 |
+
gradio>=3.0.0
|
7 |
+
supervision>=0.2.0
|
8 |
+
spaces>=0.2.0
|