Spaces:
Runtime error
Runtime error
update requirements
Browse files- requirements.txt +74 -0
requirements.txt
CHANGED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
altair==5.1.2
|
3 |
+
annotated-types==0.6.0
|
4 |
+
anyio==3.7.1
|
5 |
+
attrs==23.1.0
|
6 |
+
certifi==2023.7.22
|
7 |
+
charset-normalizer==3.3.2
|
8 |
+
click==8.1.7
|
9 |
+
colorama==0.4.6
|
10 |
+
contourpy==1.2.0
|
11 |
+
cycler==0.12.1
|
12 |
+
exceptiongroup==1.1.3
|
13 |
+
fastapi==0.104.1
|
14 |
+
ffmpy==0.3.1
|
15 |
+
filelock==3.13.1
|
16 |
+
fonttools==4.44.0
|
17 |
+
fsspec==2023.10.0
|
18 |
+
gradio==4.1.2
|
19 |
+
gradio_client==0.7.0
|
20 |
+
greenery==4.1.0
|
21 |
+
h11==0.14.0
|
22 |
+
httpcore==1.0.1
|
23 |
+
httpx==0.25.1
|
24 |
+
huggingface-hub==0.19.0
|
25 |
+
idna==3.4
|
26 |
+
importlib-resources==6.1.1
|
27 |
+
Jinja2==3.1.2
|
28 |
+
jsonschema==4.19.2
|
29 |
+
jsonschema-specifications==2023.7.1
|
30 |
+
kiwisolver==1.4.5
|
31 |
+
markdown-it-py==3.0.0
|
32 |
+
MarkupSafe==2.1.3
|
33 |
+
matplotlib==3.8.1
|
34 |
+
mdurl==0.1.2
|
35 |
+
mpmath==1.3.0
|
36 |
+
networkx==3.2.1
|
37 |
+
numpy==1.26.1
|
38 |
+
orjson==3.9.10
|
39 |
+
packaging==23.2
|
40 |
+
pandas==2.1.2
|
41 |
+
Pillow==10.1.0
|
42 |
+
pydantic==2.4.2
|
43 |
+
pydantic_core==2.10.1
|
44 |
+
pydub==0.25.1
|
45 |
+
Pygments==2.16.1
|
46 |
+
pyparsing==3.1.1
|
47 |
+
python-dateutil==2.8.2
|
48 |
+
python-multipart==0.0.6
|
49 |
+
pytz==2023.3.post1
|
50 |
+
PyYAML==6.0.1
|
51 |
+
referencing==0.30.2
|
52 |
+
regex==2023.10.3
|
53 |
+
requests==2.31.0
|
54 |
+
rich==13.6.0
|
55 |
+
rpds-py==0.12.0
|
56 |
+
semantic-version==2.10.0
|
57 |
+
shellingham==1.5.4
|
58 |
+
six==1.16.0
|
59 |
+
sniffio==1.3.0
|
60 |
+
starlette==0.27.0
|
61 |
+
sympy==1.12
|
62 |
+
tokenizers==0.13.3
|
63 |
+
tomlkit==0.12.0
|
64 |
+
toolz==0.12.0
|
65 |
+
torch==2.1.0
|
66 |
+
tqdm==4.66.1
|
67 |
+
transformers==4.28.1
|
68 |
+
typer==0.9.0
|
69 |
+
typing_extensions==4.8.0
|
70 |
+
tzdata==2023.3
|
71 |
+
urllib3==2.0.7
|
72 |
+
uvicorn==0.24.0.post1
|
73 |
+
websockets==11.0.3
|
74 |
+
zipp==3.17.0
|