Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
# pip install -r requirements.txt
|
2 |
-
|
3 |
numpy>=1.18.5
|
4 |
torch>=1.7.0
|
5 |
torchvision>=0.8.1
|
6 |
-
|
7 |
opencv-python
|
|
|
|
|
|
|
1 |
numpy>=1.18.5
|
2 |
torch>=1.7.0
|
3 |
torchvision>=0.8.1
|
4 |
+
transformers
|
5 |
opencv-python
|