Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +57 -54
requirements.txt
CHANGED
@@ -1,54 +1,57 @@
|
|
1 |
-
aiohttp==3.9.5
|
2 |
-
aiosignal==1.3.1
|
3 |
-
annotated-types==0.7.0
|
4 |
-
anyio==4.4.0
|
5 |
-
attrs==23.2.0
|
6 |
-
certifi==2024.6.2
|
7 |
-
charset-normalizer==3.3.2
|
8 |
-
Cython==3.0.10
|
9 |
-
decorator==4.4.2
|
10 |
-
distro==1.9.0
|
11 |
-
dtw-python==1.5.1
|
12 |
-
edge-tts==6.1.12
|
13 |
-
filelock==3.14.0
|
14 |
-
frozenlist==1.4.1
|
15 |
-
fsspec==2024.6.0
|
16 |
-
h11==0.14.0
|
17 |
-
httpcore==1.0.5
|
18 |
-
httpx==0.27.0
|
19 |
-
edge_tts==6.1.12
|
20 |
-
idna==3.7
|
21 |
-
imageio==2.34.1
|
22 |
-
imageio-ffmpeg==0.5.1
|
23 |
-
Jinja2==3.1.4
|
24 |
-
llvmlite==0.42.0
|
25 |
-
MarkupSafe==2.1.5
|
26 |
-
more-itertools==10.2.0
|
27 |
-
moviepy==1.0.3
|
28 |
-
mpmath==1.3.0
|
29 |
-
g4f
|
30 |
-
multidict==6.0.5
|
31 |
-
networkx==3.3
|
32 |
-
numba==0.59.1
|
33 |
-
numpy==1.26.4
|
34 |
-
openai-whisper
|
35 |
-
pillow==10.3.0
|
36 |
-
proglog==0.1.10
|
37 |
-
pydantic==2.7.3
|
38 |
-
pydantic_core==2.18.4
|
39 |
-
regex==2024.5.15
|
40 |
-
requests==2.32.3
|
41 |
-
scipy==1.13.1
|
42 |
-
sniffio==1.3.1
|
43 |
-
sympy==1.12.1
|
44 |
-
tiktoken==0.7.0
|
45 |
-
torch==2.4.1
|
46 |
-
tqdm==4.66.4
|
47 |
-
transformers==4.44.2
|
48 |
-
diffusers==0.
|
49 |
-
python-dotenv
|
50 |
-
typing_extensions==4.12.1
|
51 |
-
urllib3==2.2.1
|
52 |
-
whisper_timestamped==1.15.4
|
53 |
-
yarl==1.9.4
|
54 |
-
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.9.5
|
2 |
+
aiosignal==1.3.1
|
3 |
+
annotated-types==0.7.0
|
4 |
+
anyio==4.4.0
|
5 |
+
attrs==23.2.0
|
6 |
+
certifi==2024.6.2
|
7 |
+
charset-normalizer==3.3.2
|
8 |
+
Cython==3.0.10
|
9 |
+
decorator==4.4.2
|
10 |
+
distro==1.9.0
|
11 |
+
dtw-python==1.5.1
|
12 |
+
edge-tts==6.1.12
|
13 |
+
filelock==3.14.0
|
14 |
+
frozenlist==1.4.1
|
15 |
+
fsspec==2024.6.0
|
16 |
+
h11==0.14.0
|
17 |
+
httpcore==1.0.5
|
18 |
+
httpx==0.27.0
|
19 |
+
edge_tts==6.1.12
|
20 |
+
idna==3.7
|
21 |
+
imageio==2.34.1
|
22 |
+
imageio-ffmpeg==0.5.1
|
23 |
+
Jinja2==3.1.4
|
24 |
+
llvmlite==0.42.0
|
25 |
+
MarkupSafe==2.1.5
|
26 |
+
more-itertools==10.2.0
|
27 |
+
moviepy==1.0.3
|
28 |
+
mpmath==1.3.0
|
29 |
+
g4f
|
30 |
+
multidict==6.0.5
|
31 |
+
networkx==3.3
|
32 |
+
numba==0.59.1
|
33 |
+
numpy==1.26.4
|
34 |
+
openai-whisper
|
35 |
+
pillow==10.3.0
|
36 |
+
proglog==0.1.10
|
37 |
+
pydantic==2.7.3
|
38 |
+
pydantic_core==2.18.4
|
39 |
+
regex==2024.5.15
|
40 |
+
requests==2.32.3
|
41 |
+
scipy==1.13.1
|
42 |
+
sniffio==1.3.1
|
43 |
+
sympy==1.12.1
|
44 |
+
tiktoken==0.7.0
|
45 |
+
torch==2.4.1
|
46 |
+
tqdm==4.66.4
|
47 |
+
transformers==4.44.2
|
48 |
+
diffusers==0.30.2
|
49 |
+
python-dotenv
|
50 |
+
typing_extensions==4.12.1
|
51 |
+
urllib3==2.2.1
|
52 |
+
whisper_timestamped==1.15.4
|
53 |
+
yarl==1.9.4
|
54 |
+
gradio
|
55 |
+
curl_cffi
|
56 |
+
sentencepiece==0.2.0
|
57 |
+
accelerate
|