Spaces:
Runtime error
Runtime error
aaronherrera
commited on
Commit
•
9779901
1
Parent(s):
8a60630
Upload requirements.txt
Browse files- requirements.txt +3 -97
requirements.txt
CHANGED
@@ -1,97 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
anyio==3.5.0
|
5 |
-
asgiref==3.5.0
|
6 |
-
asttokens==2.0.5
|
7 |
-
async-timeout==4.0.2
|
8 |
-
attrs==21.4.0
|
9 |
-
backcall==0.2.0
|
10 |
-
backoff==1.10.0
|
11 |
-
bcrypt==3.2.0
|
12 |
-
certifi==2021.10.8
|
13 |
-
cffi==1.15.0
|
14 |
-
charset-normalizer==2.0.12
|
15 |
-
click==8.0.4
|
16 |
-
colorama==0.4.4
|
17 |
-
cryptography==36.0.2
|
18 |
-
cycler==0.11.0
|
19 |
-
debugpy==1.6.0
|
20 |
-
decorator==5.1.1
|
21 |
-
entrypoints==0.4
|
22 |
-
et-xmlfile==1.1.0
|
23 |
-
executing==0.8.3
|
24 |
-
fastapi==0.75.0
|
25 |
-
ffmpy==0.3.0
|
26 |
-
filelock==3.6.0
|
27 |
-
fonttools==4.31.2
|
28 |
-
frozenlist==1.3.0
|
29 |
-
gradio==2.8.14
|
30 |
-
h11==0.13.0
|
31 |
-
huggingface-hub==0.4.0
|
32 |
-
idna==3.3
|
33 |
-
ipykernel==6.9.2
|
34 |
-
ipython==8.1.1
|
35 |
-
jedi==0.18.1
|
36 |
-
Jinja2==3.1.1
|
37 |
-
joblib==1.1.0
|
38 |
-
jupyter-client==7.1.2
|
39 |
-
jupyter-core==4.9.2
|
40 |
-
kiwisolver==1.4.0
|
41 |
-
linkify-it-py==1.0.3
|
42 |
-
markdown-it-py==2.0.1
|
43 |
-
MarkupSafe==2.1.1
|
44 |
-
matplotlib==3.5.1
|
45 |
-
matplotlib-inline==0.1.3
|
46 |
-
mdit-py-plugins==0.3.0
|
47 |
-
mdurl==0.1.0
|
48 |
-
monotonic==1.6
|
49 |
-
multidict==6.0.2
|
50 |
-
nest-asyncio==1.5.4
|
51 |
-
numpy==1.22.3
|
52 |
-
openpyxl==3.0.9
|
53 |
-
orjson==3.6.7
|
54 |
-
packaging==21.3
|
55 |
-
pandas==1.4.1
|
56 |
-
paramiko==2.10.3
|
57 |
-
parso==0.8.3
|
58 |
-
pickleshare==0.7.5
|
59 |
-
Pillow==9.0.1
|
60 |
-
prompt-toolkit==3.0.28
|
61 |
-
psutil==5.9.0
|
62 |
-
pure-eval==0.2.2
|
63 |
-
pycparser==2.21
|
64 |
-
pycryptodome==3.14.1
|
65 |
-
pydantic==1.9.0
|
66 |
-
pydub==0.25.1
|
67 |
-
Pygments==2.11.2
|
68 |
-
PyNaCl==1.5.0
|
69 |
-
pyparsing==3.0.7
|
70 |
-
python-dateutil==2.8.2
|
71 |
-
python-multipart==0.0.5
|
72 |
-
pytz==2022.1
|
73 |
-
pywin32==303
|
74 |
-
PyYAML==6.0
|
75 |
-
pyzmq==22.3.0
|
76 |
-
regex==2022.3.15
|
77 |
-
requests==2.27.1
|
78 |
-
sacremoses==0.0.49
|
79 |
-
six==1.16.0
|
80 |
-
sniffio==1.2.0
|
81 |
-
stack-data==0.2.0
|
82 |
-
starlette==0.17.1
|
83 |
-
tokenizers==0.11.6
|
84 |
-
torch==1.11.0
|
85 |
-
torchaudio==0.11.0
|
86 |
-
torchvision==0.12.0
|
87 |
-
tornado==6.1
|
88 |
-
tqdm==4.63.1
|
89 |
-
traitlets==5.1.1
|
90 |
-
transformers==4.17.0
|
91 |
-
typing_extensions==4.1.1
|
92 |
-
uc-micro-py==1.0.1
|
93 |
-
urllib3==1.26.9
|
94 |
-
uvicorn==0.17.6
|
95 |
-
wcwidth==0.2.5
|
96 |
-
wincertstore==0.2
|
97 |
-
yarl==1.7.2
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
openpyxl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|