Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -10
requirements.txt
CHANGED
@@ -8,18 +8,14 @@ contourpy==1.2.1
|
|
8 |
cycler==0.12.1
|
9 |
distro==1.9.0
|
10 |
elevenlabs==1.7.0
|
11 |
-
fastapi==0.112.0
|
12 |
ffmpy==0.4.0
|
13 |
filelock==3.15.4
|
14 |
fonttools==4.53.1
|
15 |
fsspec==2024.6.1
|
16 |
-
gradio
|
17 |
-
gradio_client @ git+https://github.com/gradio-app/gradio@4bc495cb68aec014cffffce16c14ee1ddaacf7a3#subdirectory=client/python
|
18 |
groq==0.9.0
|
19 |
h11==0.14.0
|
20 |
httpcore==1.0.5
|
21 |
-
httpx==0.27.0
|
22 |
-
huggingface-hub==0.24.5
|
23 |
idna==3.7
|
24 |
importlib_resources==6.4.0
|
25 |
Jinja2==3.1.4
|
@@ -33,18 +29,13 @@ orjson==3.10.7
|
|
33 |
packaging==24.1
|
34 |
pandas==2.2.2
|
35 |
pillow==10.4.0
|
36 |
-
pydantic==2.8.2
|
37 |
-
pydantic_core==2.20.1
|
38 |
pydub==0.25.1
|
39 |
Pygments==2.18.0
|
40 |
pyparsing==3.1.2
|
41 |
-
python-dateutil==2.9.0.post0
|
42 |
-
python-multipart==0.0.9
|
43 |
pytz==2024.1
|
44 |
PyYAML==6.0.2
|
45 |
requests==2.32.3
|
46 |
rich==13.7.1
|
47 |
-
ruff==0.5.7
|
48 |
semantic-version==2.10.0
|
49 |
shellingham==1.5.4
|
50 |
six==1.16.0
|
|
|
8 |
cycler==0.12.1
|
9 |
distro==1.9.0
|
10 |
elevenlabs==1.7.0
|
|
|
11 |
ffmpy==0.4.0
|
12 |
filelock==3.15.4
|
13 |
fonttools==4.53.1
|
14 |
fsspec==2024.6.1
|
15 |
+
gradio==5.27.0
|
|
|
16 |
groq==0.9.0
|
17 |
h11==0.14.0
|
18 |
httpcore==1.0.5
|
|
|
|
|
19 |
idna==3.7
|
20 |
importlib_resources==6.4.0
|
21 |
Jinja2==3.1.4
|
|
|
29 |
packaging==24.1
|
30 |
pandas==2.2.2
|
31 |
pillow==10.4.0
|
|
|
|
|
32 |
pydub==0.25.1
|
33 |
Pygments==2.18.0
|
34 |
pyparsing==3.1.2
|
|
|
|
|
35 |
pytz==2024.1
|
36 |
PyYAML==6.0.2
|
37 |
requests==2.32.3
|
38 |
rich==13.7.1
|
|
|
39 |
semantic-version==2.10.0
|
40 |
shellingham==1.5.4
|
41 |
six==1.16.0
|