Spaces:
Runtime error
Runtime error
Jason Adrian
commited on
Commit
•
d14fd28
1
Parent(s):
d360108
add requirements file
Browse files- requirements.txt +63 -0
requirements.txt
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.0
|
8 |
+
click==8.1.7
|
9 |
+
colorama==0.4.6
|
10 |
+
contourpy==1.1.1
|
11 |
+
cycler==0.12.1
|
12 |
+
exceptiongroup==1.1.3
|
13 |
+
fastapi==0.103.2
|
14 |
+
ffmpy==0.3.1
|
15 |
+
filelock==3.12.4
|
16 |
+
fonttools==4.43.1
|
17 |
+
fsspec==2023.9.2
|
18 |
+
gradio==3.47.1
|
19 |
+
gradio_client==0.6.0
|
20 |
+
h11==0.14.0
|
21 |
+
httpcore==0.18.0
|
22 |
+
httpx==0.25.0
|
23 |
+
huggingface-hub==0.17.3
|
24 |
+
idna==3.4
|
25 |
+
importlib-resources==6.1.0
|
26 |
+
Jinja2==3.1.2
|
27 |
+
jsonschema==4.19.1
|
28 |
+
jsonschema-specifications==2023.7.1
|
29 |
+
kiwisolver==1.4.5
|
30 |
+
MarkupSafe==2.1.3
|
31 |
+
matplotlib==3.8.0
|
32 |
+
mpmath==1.3.0
|
33 |
+
networkx==3.1
|
34 |
+
numpy==1.26.0
|
35 |
+
orjson==3.9.7
|
36 |
+
packaging==23.2
|
37 |
+
pandas==2.1.1
|
38 |
+
Pillow==10.0.1
|
39 |
+
pydantic==2.4.2
|
40 |
+
pydantic_core==2.10.1
|
41 |
+
pydub==0.25.1
|
42 |
+
pyparsing==3.1.1
|
43 |
+
python-dateutil==2.8.2
|
44 |
+
python-multipart==0.0.6
|
45 |
+
pytz==2023.3.post1
|
46 |
+
PyYAML==6.0.1
|
47 |
+
referencing==0.30.2
|
48 |
+
requests==2.31.0
|
49 |
+
rpds-py==0.10.4
|
50 |
+
semantic-version==2.10.0
|
51 |
+
six==1.16.0
|
52 |
+
sniffio==1.3.0
|
53 |
+
starlette==0.27.0
|
54 |
+
sympy==1.12
|
55 |
+
toolz==0.12.0
|
56 |
+
torch==2.1.0
|
57 |
+
torchvision==0.16.0
|
58 |
+
tqdm==4.66.1
|
59 |
+
typing_extensions==4.8.0
|
60 |
+
tzdata==2023.3
|
61 |
+
urllib3==2.0.6
|
62 |
+
uvicorn==0.23.2
|
63 |
+
websockets==11.0.3
|