Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy>=1.18.5
|
| 2 |
+
torch>=1.7.0
|
| 3 |
+
torchvision>=0.8.1
|
| 4 |
+
transformers
|
| 5 |
+
opencv-python
|