Spaces:
Sleeping
Sleeping
add requirement
Browse files- pre-requirements.txt +7 -0
- requirements.txt +7 -0
pre-requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
transformers
|
| 3 |
+
tensorflow
|
| 4 |
+
numpy
|
| 5 |
+
scikit-learn
|
| 6 |
+
pillow
|
| 7 |
+
python-multipart
|
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
transformers
|
| 3 |
+
tensorflow
|
| 4 |
+
numpy
|
| 5 |
+
scikit-learn
|
| 6 |
+
pillow
|
| 7 |
+
python-multipart
|