Spaces:
Sleeping
Sleeping
Upto12forenglish
commited on
Commit
•
9c0a1fc
1
Parent(s):
2e9c180
Create requirements.txt
Browse files- requirements.txt +78 -0
requirements.txt
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
altair==5.3.0
|
3 |
+
annotated-types==0.6.0
|
4 |
+
anyio==4.3.0
|
5 |
+
attrs==23.2.0
|
6 |
+
certifi==2024.2.2
|
7 |
+
charset-normalizer==3.3.2
|
8 |
+
click==8.1.7
|
9 |
+
colorama==0.4.6
|
10 |
+
contourpy==1.2.1
|
11 |
+
cycler==0.12.1
|
12 |
+
distro==1.9.0
|
13 |
+
fastapi==0.110.1
|
14 |
+
ffmpy==0.3.2
|
15 |
+
filelock==3.13.4
|
16 |
+
fonttools==4.51.0
|
17 |
+
fsspec==2024.3.1
|
18 |
+
gradio==4.26.0
|
19 |
+
gradio_client==0.15.1
|
20 |
+
h11==0.14.0
|
21 |
+
httpcore==1.0.5
|
22 |
+
httpx==0.27.0
|
23 |
+
huggingface-hub==0.22.2
|
24 |
+
idna==3.6
|
25 |
+
importlib_resources==6.4.0
|
26 |
+
Jinja2==3.1.3
|
27 |
+
joblib==1.3.2
|
28 |
+
jsonschema==4.21.1
|
29 |
+
jsonschema-specifications==2023.12.1
|
30 |
+
kiwisolver==1.4.5
|
31 |
+
markdown-it-py==3.0.0
|
32 |
+
MarkupSafe==2.1.5
|
33 |
+
matplotlib==3.8.4
|
34 |
+
mdurl==0.1.2
|
35 |
+
numpy==1.26.4
|
36 |
+
openai==1.16.2
|
37 |
+
orjson==3.10.0
|
38 |
+
packaging==24.0
|
39 |
+
pandas==2.2.1
|
40 |
+
pillow==10.3.0
|
41 |
+
pydantic==2.6.4
|
42 |
+
pydantic_core==2.16.3
|
43 |
+
pydub==0.25.1
|
44 |
+
Pygments==2.17.2
|
45 |
+
pyparsing==3.1.2
|
46 |
+
python-dateutil==2.9.0.post0
|
47 |
+
python-multipart==0.0.9
|
48 |
+
pytz==2024.1
|
49 |
+
PyYAML==6.0.1
|
50 |
+
referencing==0.34.0
|
51 |
+
regex==2023.12.25
|
52 |
+
requests==2.31.0
|
53 |
+
rich==13.7.1
|
54 |
+
rpds-py==0.18.0
|
55 |
+
ruff==0.3.5
|
56 |
+
safetensors==0.4.2
|
57 |
+
scikit-learn==1.4.1.post1
|
58 |
+
scipy==1.13.0
|
59 |
+
semantic-version==2.10.0
|
60 |
+
shellingham==1.5.4
|
61 |
+
six==1.16.0
|
62 |
+
sniffio==1.3.1
|
63 |
+
starlette==0.37.2
|
64 |
+
threadpoolctl==3.4.0
|
65 |
+
tokenizers==0.15.2
|
66 |
+
tomlkit==0.12.0
|
67 |
+
toolz==0.12.1
|
68 |
+
tqdm==4.66.2
|
69 |
+
transformers==4.39.3
|
70 |
+
typer==0.12.3
|
71 |
+
typing_extensions==4.11.0
|
72 |
+
tzdata==2024.1
|
73 |
+
urllib3==2.2.1
|
74 |
+
uvicorn==0.29.0
|
75 |
+
websockets==11.0.3
|
76 |
+
xgboost==2.0.3
|
77 |
+
accelerate==0.29.2
|
78 |
+
diffusers==0.27.2
|