Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# pip install -r requirements.txt
|
| 2 |
+
|
| 3 |
+
numpy>=1.18.5
|
| 4 |
+
torch>=1.7.0
|
| 5 |
+
torchvision>=0.8.1
|
| 6 |
+
git+https://github.com/huggingface/transformers.git
|
| 7 |
+
opencv-python
|