Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gevent == 1.3a1
|
2 |
+
flask == 0.12.2
|
3 |
+
transformers == 3.0.2
|
4 |
+
pytorch >= 1.4
|
5 |
+
tqdm
|
6 |
+
numpy
|