Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +23 -2
requirements.txt
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
-
|
|
|
2 |
transformers
|
3 |
-
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
Flask
|
3 |
transformers
|
4 |
+
torch
|
5 |
+
tokenizers
|
6 |
+
huggingface-hub
|
7 |
+
gunicorn
|
8 |
+
Click
|
9 |
+
itsdangerous
|
10 |
+
Jinja2
|
11 |
+
MarkupSafe
|
12 |
+
Werkzeug
|
13 |
+
requests
|
14 |
+
idna
|
15 |
+
urllib3
|
16 |
+
certifi
|
17 |
+
charset-normalizer
|
18 |
+
filelock
|
19 |
+
sentencepiece
|
20 |
+
safetensors
|
21 |
+
numpy
|
22 |
+
packaging
|
23 |
+
regex
|
24 |
+
tqdm
|