Spaces:
Runtime error
Runtime error
rogerkoranteng
commited on
Upload folder using huggingface_hub
Browse files- requirements.txt +87 -0
requirements.txt
CHANGED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.1.0
|
2 |
+
aiofiles==23.2.1
|
3 |
+
annotated-types==0.7.0
|
4 |
+
anyio==4.4.0
|
5 |
+
astunparse==1.6.3
|
6 |
+
certifi==2024.8.30
|
7 |
+
charset-normalizer==3.3.2
|
8 |
+
click==8.1.7
|
9 |
+
contourpy==1.3.0
|
10 |
+
cycler==0.12.1
|
11 |
+
exceptiongroup==1.2.2
|
12 |
+
fastapi==0.112.2
|
13 |
+
ffmpy==0.4.0
|
14 |
+
filelock==3.15.4
|
15 |
+
flatbuffers==24.3.25
|
16 |
+
fonttools==4.53.1
|
17 |
+
fsspec==2024.6.1
|
18 |
+
gast==0.6.0
|
19 |
+
google-pasta==0.2.0
|
20 |
+
gradio==4.42.0
|
21 |
+
gradio_client==1.3.0
|
22 |
+
grpcio==1.66.1
|
23 |
+
h11==0.14.0
|
24 |
+
h5py==3.11.0
|
25 |
+
httpcore==1.0.5
|
26 |
+
httpx==0.27.2
|
27 |
+
huggingface-hub==0.24.6
|
28 |
+
idna==3.8
|
29 |
+
importlib_resources==6.4.4
|
30 |
+
Jinja2==3.1.4
|
31 |
+
kagglehub==0.2.9
|
32 |
+
keras==3.5.0
|
33 |
+
keras-nlp==0.14.4
|
34 |
+
kiwisolver==1.4.7
|
35 |
+
libclang==18.1.1
|
36 |
+
Markdown==3.7
|
37 |
+
markdown-it-py==3.0.0
|
38 |
+
MarkupSafe==2.1.5
|
39 |
+
matplotlib==3.9.2
|
40 |
+
mdurl==0.1.2
|
41 |
+
ml-dtypes==0.4.0
|
42 |
+
namex==0.0.8
|
43 |
+
numpy==1.26.4
|
44 |
+
opt-einsum==3.3.0
|
45 |
+
optree==0.12.1
|
46 |
+
orjson==3.10.7
|
47 |
+
packaging==24.1
|
48 |
+
pandas==2.2.2
|
49 |
+
pillow==10.4.0
|
50 |
+
protobuf==4.25.4
|
51 |
+
pydantic==2.8.2
|
52 |
+
pydantic_core==2.20.1
|
53 |
+
pydub==0.25.1
|
54 |
+
Pygments==2.18.0
|
55 |
+
pyparsing==3.1.4
|
56 |
+
python-dateutil==2.9.0.post0
|
57 |
+
python-multipart==0.0.9
|
58 |
+
pytz==2024.1
|
59 |
+
PyYAML==6.0.2
|
60 |
+
regex==2024.7.24
|
61 |
+
requests==2.32.3
|
62 |
+
rich==13.8.0
|
63 |
+
ruff==0.6.3
|
64 |
+
safetensors==0.4.4
|
65 |
+
semantic-version==2.10.0
|
66 |
+
shellingham==1.5.4
|
67 |
+
six==1.16.0
|
68 |
+
sniffio==1.3.1
|
69 |
+
starlette==0.38.4
|
70 |
+
tensorboard==2.17.1
|
71 |
+
tensorboard-data-server==0.7.2
|
72 |
+
tensorflow==2.17.0
|
73 |
+
tensorflow-io-gcs-filesystem==0.37.1
|
74 |
+
tensorflow-text==2.17.0
|
75 |
+
termcolor==2.4.0
|
76 |
+
tokenizers==0.19.1
|
77 |
+
tomlkit==0.12.0
|
78 |
+
tqdm==4.66.5
|
79 |
+
transformers==4.44.2
|
80 |
+
typer==0.12.5
|
81 |
+
typing_extensions==4.12.2
|
82 |
+
tzdata==2024.1
|
83 |
+
urllib3==2.2.2
|
84 |
+
uvicorn==0.30.6
|
85 |
+
websockets==12.0
|
86 |
+
Werkzeug==3.0.4
|
87 |
+
wrapt==1.16.0
|