Spaces:
Runtime error
Runtime error
felix
commited on
Commit
·
f8c308c
1
Parent(s):
b3e2bcc
req
Browse files- requirements.txt +8 -63
requirements.txt
CHANGED
@@ -1,75 +1,20 @@
|
|
1 |
-
accelerate==0.23.0
|
2 |
-
aiofiles==23.1.0
|
3 |
-
aiohttp==3.8.4
|
4 |
-
aiosignal==1.3.1
|
5 |
-
altair==4.2.2
|
6 |
-
anyio==3.6.2
|
7 |
APScheduler==3.10.1
|
8 |
-
|
9 |
-
attrs==23.1.0
|
10 |
-
certifi==2022.12.7
|
11 |
-
charset-normalizer==3.1.0
|
12 |
click==8.1.3
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
fastapi==0.95.1
|
18 |
-
ffmpy==0.3.0
|
19 |
-
filelock==3.11.0
|
20 |
-
fonttools==4.39.3
|
21 |
-
frozenlist==1.3.3
|
22 |
-
fsspec==2023.5.0
|
23 |
-
gradio==3.43.2
|
24 |
-
gradio-client==0.5.0
|
25 |
-
h11==0.14.0
|
26 |
-
httpcore==0.17.0
|
27 |
-
httpx==0.24.0
|
28 |
-
huggingface-hub==0.18.0
|
29 |
-
idna==3.4
|
30 |
-
Jinja2==3.1.2
|
31 |
-
jsonschema==4.17.3
|
32 |
-
kiwisolver==1.4.4
|
33 |
-
linkify-it-py==2.0.0
|
34 |
markdown-it-py==2.2.0
|
35 |
MarkupSafe==2.1.2
|
36 |
matplotlib==3.7.1
|
37 |
-
mdit-py-plugins==0.3.3
|
38 |
-
mdurl==0.1.2
|
39 |
-
multidict==6.0.4
|
40 |
numpy==1.24.2
|
41 |
-
orjson==3.8.10
|
42 |
-
packaging==23.1
|
43 |
pandas==2.0.0
|
44 |
-
Pillow==9.5.0
|
45 |
plotly==5.14.1
|
46 |
-
pyarrow==11.0.0
|
47 |
-
pydantic==1.10.7
|
48 |
-
pydub==0.25.1
|
49 |
-
pyparsing==3.0.9
|
50 |
-
pyrsistent==0.19.3
|
51 |
python-dateutil==2.8.2
|
52 |
-
python-multipart==0.0.6
|
53 |
-
pytz==2023.3
|
54 |
-
pytz-deprecation-shim==0.1.0.post0
|
55 |
-
PyYAML==6.0
|
56 |
requests==2.28.2
|
57 |
semantic-version==2.10.0
|
58 |
-
six==1.16.0
|
59 |
-
sniffio==1.3.0
|
60 |
-
starlette==0.26.1
|
61 |
-
toolz==0.12.0
|
62 |
tqdm==4.65.0
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
#transformers==4.34
|
67 |
-
typing_extensions==4.5.0
|
68 |
-
tzdata==2023.3
|
69 |
-
tzlocal==4.3
|
70 |
-
uc-micro-py==1.0.1
|
71 |
-
urllib3==1.26.15
|
72 |
-
uvicorn==0.21.1
|
73 |
-
websockets==11.0.1
|
74 |
-
yarl==1.8.2
|
75 |
-
hf_transfer==0.1.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
APScheduler==3.10.1
|
2 |
+
black==23.11.0
|
|
|
|
|
|
|
3 |
click==8.1.3
|
4 |
+
datasets==2.14.5
|
5 |
+
gradio==4.4.0
|
6 |
+
gradio_client==0.7.0
|
7 |
+
huggingface-hub>=0.18.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
markdown-it-py==2.2.0
|
9 |
MarkupSafe==2.1.2
|
10 |
matplotlib==3.7.1
|
|
|
|
|
|
|
11 |
numpy==1.24.2
|
|
|
|
|
12 |
pandas==2.0.0
|
|
|
13 |
plotly==5.14.1
|
|
|
|
|
|
|
|
|
|
|
14 |
python-dateutil==2.8.2
|
|
|
|
|
|
|
|
|
15 |
requests==2.28.2
|
16 |
semantic-version==2.10.0
|
|
|
|
|
|
|
|
|
17 |
tqdm==4.65.0
|
18 |
+
git+https://github.com/clefourrier/transformers.git@req-fix#egg=transformers
|
19 |
+
#transformers==4.35.1
|
20 |
+
tokenizers>=0.15.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|