Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -57
requirements.txt
CHANGED
@@ -1,58 +1,8 @@
|
|
1 |
num2words
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
click==8.0.1
|
10 |
-
colorama==0.4.4
|
11 |
-
cryptography==3.4.7
|
12 |
-
cycler==0.10.0
|
13 |
-
ffmpy==0.3.0
|
14 |
-
filelock==3.0.12
|
15 |
-
Flask==2.0.1
|
16 |
-
Flask-CacheBuster==1.0.0
|
17 |
-
Flask-Cors==3.0.10
|
18 |
-
Flask-Login==0.5.0
|
19 |
-
gradio==2.6.3 #was 2.2.2
|
20 |
-
huggingface-hub==0.0.17
|
21 |
-
idna==3.2
|
22 |
-
itsdangerous==2.0.1
|
23 |
-
Jinja2==3.0.1
|
24 |
-
joblib==1.0.1
|
25 |
-
kiwisolver==1.3.1
|
26 |
-
markdown2==2.4.0
|
27 |
-
MarkupSafe==2.0.1
|
28 |
-
matplotlib==3.4.2
|
29 |
-
monotonic==1.6
|
30 |
-
numpy==1.21.1
|
31 |
-
packaging==21.0
|
32 |
-
pandas==1.3.0
|
33 |
-
paramiko==2.7.2
|
34 |
-
Pillow==8.3.1
|
35 |
-
pip==21.1.3
|
36 |
-
pycparser==2.20
|
37 |
-
pycryptodome==3.10.1
|
38 |
-
PyNaCl==1.4.0
|
39 |
-
pyparsing==2.4.7
|
40 |
-
python-dateutil==2.8.2
|
41 |
-
pytz==2021.1
|
42 |
-
PyYAML==5.4.1
|
43 |
-
regex==2021.7.6
|
44 |
-
requests==2.26.0
|
45 |
-
sacremoses==0.0.45
|
46 |
-
scipy==1.7.0
|
47 |
-
setuptools==57.4.0
|
48 |
-
Shapely==1.7.1
|
49 |
-
six==1.16.0
|
50 |
-
tokenizers==0.10.3
|
51 |
-
torch==1.9.0
|
52 |
-
tqdm==4.61.2
|
53 |
-
transformers
|
54 |
-
typing-extensions==3.10.0.0
|
55 |
-
urllib3==1.26.6
|
56 |
-
Werkzeug==2.0.1
|
57 |
-
wheel==0.36.2
|
58 |
-
wincertstore==0.2
|
|
|
1 |
num2words
|
2 |
+
numpy
|
3 |
+
torch==1.10.2+cu102 -f https://download.pytorch.org/whl/cu102/torch_stable.html
|
4 |
+
shapely
|
5 |
+
pillow
|
6 |
+
gradio
|
7 |
+
jinja2
|
8 |
+
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|