Spaces:
Runtime error
Runtime error
Add requirements file
Browse files- requirements.txt +71 -0
requirements.txt
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
altair==5.2.0
|
3 |
+
annotated-types==0.6.0
|
4 |
+
anyio==4.2.0
|
5 |
+
argilla==1.23.0
|
6 |
+
attrs==23.2.0
|
7 |
+
backoff==2.2.1
|
8 |
+
certifi==2024.2.2
|
9 |
+
charset-normalizer==3.3.2
|
10 |
+
click==8.1.7
|
11 |
+
colorama==0.4.6
|
12 |
+
contourpy==1.2.0
|
13 |
+
cycler==0.12.1
|
14 |
+
Deprecated==1.2.14
|
15 |
+
exceptiongroup==1.2.0
|
16 |
+
fastapi==0.109.2
|
17 |
+
ffmpy==0.3.1
|
18 |
+
filelock==3.13.1
|
19 |
+
fonttools==4.48.1
|
20 |
+
fsspec==2024.2.0
|
21 |
+
gradio==4.17.0
|
22 |
+
gradio_client==0.9.0
|
23 |
+
h11==0.14.0
|
24 |
+
httpcore==1.0.2
|
25 |
+
httpx==0.26.0
|
26 |
+
huggingface-hub==0.20.3
|
27 |
+
idna==3.6
|
28 |
+
importlib-resources==6.1.1
|
29 |
+
Jinja2==3.1.3
|
30 |
+
jsonschema==4.21.1
|
31 |
+
jsonschema-specifications==2023.12.1
|
32 |
+
kiwisolver==1.4.5
|
33 |
+
markdown-it-py==3.0.0
|
34 |
+
MarkupSafe==2.1.5
|
35 |
+
matplotlib==3.8.2
|
36 |
+
mdurl==0.1.2
|
37 |
+
monotonic==1.6
|
38 |
+
numpy==1.23.5
|
39 |
+
orjson==3.9.13
|
40 |
+
packaging==23.2
|
41 |
+
pandas==1.5.3
|
42 |
+
pillow==10.2.0
|
43 |
+
pydantic==2.6.1
|
44 |
+
pydantic_core==2.16.2
|
45 |
+
pydub==0.25.1
|
46 |
+
Pygments==2.17.2
|
47 |
+
pyparsing==3.1.1
|
48 |
+
python-dateutil==2.8.2
|
49 |
+
python-multipart==0.0.7
|
50 |
+
pytz==2024.1
|
51 |
+
PyYAML==6.0.1
|
52 |
+
referencing==0.33.0
|
53 |
+
requests==2.31.0
|
54 |
+
rich==13.7.0
|
55 |
+
rpds-py==0.17.1
|
56 |
+
ruff==0.2.1
|
57 |
+
semantic-version==2.10.0
|
58 |
+
shellingham==1.5.4
|
59 |
+
six==1.16.0
|
60 |
+
sniffio==1.3.0
|
61 |
+
starlette==0.36.3
|
62 |
+
tomlkit==0.12.0
|
63 |
+
toolz==0.12.1
|
64 |
+
tqdm==4.66.1
|
65 |
+
typer==0.9.0
|
66 |
+
typing_extensions==4.9.0
|
67 |
+
urllib3==2.2.0
|
68 |
+
uvicorn==0.27.0.post1
|
69 |
+
vega-datasets==0.9.0
|
70 |
+
websockets==11.0.3
|
71 |
+
wrapt==1.14.1
|