Spaces:
Runtime error
Runtime error
Commit
·
8bb4071
1
Parent(s):
a0c88bd
Upload folder using huggingface_hub
Browse files- requirements.txt +3 -16
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
aiofiles==23.2.1
|
| 2 |
-
aiohttp==3.8.6
|
| 3 |
-
wordninja
|
| 4 |
wordninja
|
|
|
|
| 5 |
aiosignal==1.3.1
|
| 6 |
altair==5.1.2
|
| 7 |
annotated-types==0.6.0
|
|
@@ -31,8 +30,6 @@ Deprecated==1.2.14
|
|
| 31 |
dill==0.3.7
|
| 32 |
dnspython==2.4.2
|
| 33 |
dotenv-python==0.0.1
|
| 34 |
-
einops==0.7.0
|
| 35 |
-
encodec==0.1.1
|
| 36 |
exceptiongroup==1.1.3
|
| 37 |
executing==2.0.1
|
| 38 |
fastapi==0.104.1
|
|
@@ -42,7 +39,6 @@ flatbuffers==23.5.26
|
|
| 42 |
fonttools==4.43.1
|
| 43 |
frozenlist==1.4.0
|
| 44 |
fsspec==2023.10.0
|
| 45 |
-
funcy==2.0
|
| 46 |
google-auth==2.23.4
|
| 47 |
googleapis-common-protos==1.61.0
|
| 48 |
gradio==4.0.2
|
|
@@ -61,7 +57,6 @@ ipykernel==6.26.0
|
|
| 61 |
ipython==8.17.2
|
| 62 |
jedi==0.19.1
|
| 63 |
Jinja2==3.1.2
|
| 64 |
-
jmespath==1.0.1
|
| 65 |
joblib==1.3.2
|
| 66 |
jsonpatch==1.33
|
| 67 |
jsonpointer==2.4
|
|
@@ -70,11 +65,9 @@ jsonschema-specifications==2023.7.1
|
|
| 70 |
jupyter_client==8.5.0
|
| 71 |
jupyter_core==5.5.0
|
| 72 |
kiwisolver==1.4.5
|
| 73 |
-
kubernetes
|
| 74 |
langchain==0.0.327
|
| 75 |
-
langchainhub==0.1.13
|
| 76 |
langsmith==0.0.56
|
| 77 |
-
llvmlite==0.41.1
|
| 78 |
loguru==0.7.2
|
| 79 |
markdown-it-py==3.0.0
|
| 80 |
MarkupSafe==2.1.3
|
|
@@ -83,7 +76,6 @@ matplotlib==3.8.1
|
|
| 83 |
matplotlib-inline==0.1.6
|
| 84 |
mdurl==0.1.2
|
| 85 |
monotonic==1.6
|
| 86 |
-
more-itertools==10.1.0
|
| 87 |
mpmath==1.3.0
|
| 88 |
multidict==6.0.4
|
| 89 |
multiprocess==0.70.15
|
|
@@ -91,12 +83,10 @@ mypy-extensions==1.0.0
|
|
| 91 |
nest-asyncio==1.5.8
|
| 92 |
networkx==3.2.1
|
| 93 |
nltk==3.8.1
|
| 94 |
-
numba==0.58.1
|
| 95 |
numpy==1.26.1
|
| 96 |
oauthlib==3.2.2
|
| 97 |
onnxruntime==1.16.1
|
| 98 |
openai==0.28.1
|
| 99 |
-
openai-whisper @ git+https://github.com/openai/whisper.git@fcfeaf1b61994c071bba62da47d7846933576ac9
|
| 100 |
opentelemetry-api==1.20.0
|
| 101 |
opentelemetry-exporter-otlp-proto-common==1.20.0
|
| 102 |
opentelemetry-exporter-otlp-proto-grpc==1.20.0
|
|
@@ -142,7 +132,6 @@ requests-oauthlib==1.3.1
|
|
| 142 |
rich==13.6.0
|
| 143 |
rpds-py==0.10.6
|
| 144 |
rsa==4.9
|
| 145 |
-
s3transfer==0.7.0
|
| 146 |
safetensors==0.4.0
|
| 147 |
scikit-learn==1.3.2
|
| 148 |
scipy==1.11.3
|
|
@@ -155,7 +144,6 @@ sniffio==1.3.0
|
|
| 155 |
SQLAlchemy==2.0.22
|
| 156 |
stack-data==0.6.3
|
| 157 |
starlette==0.27.0
|
| 158 |
-
suno-bark @ git+https://github.com/suno-ai/bark.git@773624d26db84278a55aacae9a16d7b25fbccab8
|
| 159 |
sympy==1.12
|
| 160 |
tenacity==8.2.3
|
| 161 |
threadpoolctl==3.2.0
|
|
@@ -171,11 +159,10 @@ tqdm==4.66.1
|
|
| 171 |
traitlets==5.13.0
|
| 172 |
transformers==4.34.1
|
| 173 |
typer==0.9.0
|
| 174 |
-
types-requests==2.31.0.10
|
| 175 |
typing-inspect==0.9.0
|
| 176 |
typing_extensions==4.8.0
|
| 177 |
tzdata==2023.3
|
| 178 |
-
urllib3
|
| 179 |
uvicorn==0.23.2
|
| 180 |
uvloop==0.19.0
|
| 181 |
watchfiles==0.21.0
|
|
|
|
| 1 |
aiofiles==23.2.1
|
|
|
|
|
|
|
| 2 |
wordninja
|
| 3 |
+
aiohttp==3.8.6
|
| 4 |
aiosignal==1.3.1
|
| 5 |
altair==5.1.2
|
| 6 |
annotated-types==0.6.0
|
|
|
|
| 30 |
dill==0.3.7
|
| 31 |
dnspython==2.4.2
|
| 32 |
dotenv-python==0.0.1
|
|
|
|
|
|
|
| 33 |
exceptiongroup==1.1.3
|
| 34 |
executing==2.0.1
|
| 35 |
fastapi==0.104.1
|
|
|
|
| 39 |
fonttools==4.43.1
|
| 40 |
frozenlist==1.4.0
|
| 41 |
fsspec==2023.10.0
|
|
|
|
| 42 |
google-auth==2.23.4
|
| 43 |
googleapis-common-protos==1.61.0
|
| 44 |
gradio==4.0.2
|
|
|
|
| 57 |
ipython==8.17.2
|
| 58 |
jedi==0.19.1
|
| 59 |
Jinja2==3.1.2
|
|
|
|
| 60 |
joblib==1.3.2
|
| 61 |
jsonpatch==1.33
|
| 62 |
jsonpointer==2.4
|
|
|
|
| 65 |
jupyter_client==8.5.0
|
| 66 |
jupyter_core==5.5.0
|
| 67 |
kiwisolver==1.4.5
|
| 68 |
+
kubernetes==28.1.0
|
| 69 |
langchain==0.0.327
|
|
|
|
| 70 |
langsmith==0.0.56
|
|
|
|
| 71 |
loguru==0.7.2
|
| 72 |
markdown-it-py==3.0.0
|
| 73 |
MarkupSafe==2.1.3
|
|
|
|
| 76 |
matplotlib-inline==0.1.6
|
| 77 |
mdurl==0.1.2
|
| 78 |
monotonic==1.6
|
|
|
|
| 79 |
mpmath==1.3.0
|
| 80 |
multidict==6.0.4
|
| 81 |
multiprocess==0.70.15
|
|
|
|
| 83 |
nest-asyncio==1.5.8
|
| 84 |
networkx==3.2.1
|
| 85 |
nltk==3.8.1
|
|
|
|
| 86 |
numpy==1.26.1
|
| 87 |
oauthlib==3.2.2
|
| 88 |
onnxruntime==1.16.1
|
| 89 |
openai==0.28.1
|
|
|
|
| 90 |
opentelemetry-api==1.20.0
|
| 91 |
opentelemetry-exporter-otlp-proto-common==1.20.0
|
| 92 |
opentelemetry-exporter-otlp-proto-grpc==1.20.0
|
|
|
|
| 132 |
rich==13.6.0
|
| 133 |
rpds-py==0.10.6
|
| 134 |
rsa==4.9
|
|
|
|
| 135 |
safetensors==0.4.0
|
| 136 |
scikit-learn==1.3.2
|
| 137 |
scipy==1.11.3
|
|
|
|
| 144 |
SQLAlchemy==2.0.22
|
| 145 |
stack-data==0.6.3
|
| 146 |
starlette==0.27.0
|
|
|
|
| 147 |
sympy==1.12
|
| 148 |
tenacity==8.2.3
|
| 149 |
threadpoolctl==3.2.0
|
|
|
|
| 159 |
traitlets==5.13.0
|
| 160 |
transformers==4.34.1
|
| 161 |
typer==0.9.0
|
|
|
|
| 162 |
typing-inspect==0.9.0
|
| 163 |
typing_extensions==4.8.0
|
| 164 |
tzdata==2023.3
|
| 165 |
+
urllib3==1.26.18
|
| 166 |
uvicorn==0.23.2
|
| 167 |
uvloop==0.19.0
|
| 168 |
watchfiles==0.21.0
|