Spaces:
Sleeping
Sleeping
New python version
Browse files- .gitignore +2 -0
- requirements.txt +55 -145
.gitignore
CHANGED
@@ -1,2 +1,4 @@
|
|
1 |
.env
|
2 |
output.wav
|
|
|
|
|
|
1 |
.env
|
2 |
output.wav
|
3 |
+
/venv/
|
4 |
+
venv/
|
requirements.txt
CHANGED
@@ -1,157 +1,67 @@
|
|
1 |
-
aiofiles==23.1
|
2 |
-
|
3 |
-
aiosignal==1.3.1
|
4 |
-
altair==4.2.2
|
5 |
annotated-types==0.6.0
|
6 |
-
anyio==3.
|
7 |
-
|
8 |
-
|
9 |
-
async-timeout==4.0.2
|
10 |
-
attrs==23.1.0
|
11 |
-
autopep8==2.0.2
|
12 |
-
backcall==0.2.0
|
13 |
-
blinker==1.7.0
|
14 |
-
cachetools==5.3.2
|
15 |
-
certifi==2023.11.17
|
16 |
-
cffi==1.16.0
|
17 |
charset-normalizer==3.3.2
|
18 |
click==8.1.7
|
19 |
-
clint==0.5.1
|
20 |
-
cmdstanpy==1.2.2
|
21 |
colorama==0.4.6
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
entrypoints==0.4
|
33 |
-
exceptiongroup==1.2.0
|
34 |
-
executing==1.2.0
|
35 |
-
fastapi==0.104.1
|
36 |
-
ffmpy==0.3.0
|
37 |
-
filelock==3.13.1
|
38 |
-
Flask==3.0.2
|
39 |
-
fonttools==4.39.3
|
40 |
-
frozenlist==1.3.3
|
41 |
-
fsspec==2023.12.2
|
42 |
-
google-api-core==2.15.0
|
43 |
-
google-auth==2.25.2
|
44 |
-
google-cloud-core==2.4.1
|
45 |
-
google-cloud-storage==2.13.0
|
46 |
-
google-crc32c==1.5.0
|
47 |
-
google-resumable-media==2.7.0
|
48 |
-
googleapis-common-protos==1.62.0
|
49 |
-
gradio==3.41.2
|
50 |
-
gradio_client==0.5.0
|
51 |
-
greenlet==2.0.2
|
52 |
h11==0.14.0
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
idna==3.6
|
58 |
importlib_resources==6.4.0
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
jupyter_core==5.3.1
|
67 |
-
kiwisolver==1.4.4
|
68 |
-
linkify-it-py==2.0.2
|
69 |
-
llvmlite==0.41.1
|
70 |
-
loguru==0.7.2
|
71 |
-
markdown-it-py==2.2.0
|
72 |
-
MarkupSafe==2.1.3
|
73 |
-
matplotlib==3.7.1
|
74 |
-
matplotlib-inline==0.1.6
|
75 |
-
mdit-py-plugins==0.3.3
|
76 |
mdurl==0.1.2
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
numpy==1.26.2
|
86 |
-
openai==1.2.3
|
87 |
-
openai-whisper==20231117
|
88 |
-
opencv-python==4.9.0.80
|
89 |
-
orjson==3.8.11
|
90 |
-
outcome==1.3.0.post0
|
91 |
-
packaging==23.2
|
92 |
-
pandas==2.0.1
|
93 |
-
parso==0.8.3
|
94 |
-
pickleshare==0.7.5
|
95 |
-
Pillow==9.5.0
|
96 |
-
pinecone-client==3.1.0
|
97 |
-
pipreqs==0.4.13
|
98 |
-
platformdirs==3.10.0
|
99 |
-
prompt-toolkit==3.0.39
|
100 |
-
prophet==1.1.5
|
101 |
-
protobuf==4.25.1
|
102 |
-
psutil==5.9.5
|
103 |
-
pure-eval==0.2.2
|
104 |
-
pyasn1==0.5.1
|
105 |
-
pyasn1-modules==0.3.0
|
106 |
-
pycodestyle==2.10.0
|
107 |
-
pycparser==2.21
|
108 |
-
pydantic==2.5.2
|
109 |
-
pydantic_core==2.14.5
|
110 |
pydub==0.25.1
|
111 |
-
Pygments==2.
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
python-dateutil==2.8.2
|
117 |
-
python-dotenv==1.0.0
|
118 |
-
python-multipart==0.0.6
|
119 |
-
pytz==2023.3
|
120 |
-
pywin32==306
|
121 |
PyYAML==6.0.1
|
122 |
-
|
123 |
-
regex==2023.12.25
|
124 |
requests==2.31.0
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
semantic-version==2.10.0
|
|
|
129 |
six==1.16.0
|
130 |
-
sniffio==1.3.
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
tqdm==4.66.1
|
142 |
-
traitlets==5.9.0
|
143 |
-
trio==0.23.2
|
144 |
-
trio-websocket==0.11.1
|
145 |
-
typing_extensions==4.9.0
|
146 |
-
tzdata==2023.3
|
147 |
-
uc-micro-py==1.0.2
|
148 |
-
urllib3==2.1.0
|
149 |
-
uvicorn==0.24.0.post1
|
150 |
-
virtualenv==20.25.1
|
151 |
-
wcwidth==0.2.6
|
152 |
-
websockets==11.0.2
|
153 |
-
Werkzeug==3.0.1
|
154 |
-
win32-setctime==1.1.0
|
155 |
-
wsproto==1.2.0
|
156 |
-
yarg==0.1.9
|
157 |
-
yarl==1.9.2
|
|
|
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 |
+
exceptiongroup==1.2.1
|
13 |
+
fastapi==0.110.2
|
14 |
+
ffmpy==0.3.2
|
15 |
+
filelock==3.13.4
|
16 |
+
fonttools==4.51.0
|
17 |
+
fsspec==2024.3.1
|
18 |
+
gradio==4.27.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.7
|
|
|
25 |
importlib_resources==6.4.0
|
26 |
+
Jinja2==3.1.3
|
27 |
+
jsonschema==4.21.1
|
28 |
+
jsonschema-specifications==2023.12.1
|
29 |
+
kiwisolver==1.4.5
|
30 |
+
markdown-it-py==3.0.0
|
31 |
+
MarkupSafe==2.1.5
|
32 |
+
matplotlib==3.8.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
mdurl==0.1.2
|
34 |
+
numpy==1.26.4
|
35 |
+
orjson==3.10.1
|
36 |
+
packaging==24.0
|
37 |
+
pandas==2.2.2
|
38 |
+
pathlib==1.0.1
|
39 |
+
pillow==10.3.0
|
40 |
+
pydantic==2.7.0
|
41 |
+
pydantic_core==2.18.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
pydub==0.25.1
|
43 |
+
Pygments==2.17.2
|
44 |
+
pyparsing==3.1.2
|
45 |
+
python-dateutil==2.9.0.post0
|
46 |
+
python-multipart==0.0.9
|
47 |
+
pytz==2024.1
|
|
|
|
|
|
|
|
|
|
|
48 |
PyYAML==6.0.1
|
49 |
+
referencing==0.34.0
|
|
|
50 |
requests==2.31.0
|
51 |
+
rich==13.7.1
|
52 |
+
rpds-py==0.18.0
|
53 |
+
ruff==0.4.1
|
54 |
semantic-version==2.10.0
|
55 |
+
shellingham==1.5.4
|
56 |
six==1.16.0
|
57 |
+
sniffio==1.3.1
|
58 |
+
starlette==0.37.2
|
59 |
+
tomlkit==0.12.0
|
60 |
+
toolz==0.12.1
|
61 |
+
tqdm==4.66.2
|
62 |
+
typer==0.12.3
|
63 |
+
typing_extensions==4.11.0
|
64 |
+
tzdata==2024.1
|
65 |
+
urllib3==2.2.1
|
66 |
+
uvicorn==0.29.0
|
67 |
+
websockets==11.0.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|