Spaces:
Running
Running
Lazarus
commited on
Commit
•
67151b6
1
Parent(s):
098d1ed
upgrade to gradio 5
Browse files- README.md +1 -1
- requirements.txt +55 -58
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🔥
|
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
tags : ["ffmpeg","converter","media","processing"]
|
10 |
pinned: true
|
|
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.0.0
|
8 |
app_file: app.py
|
9 |
tags : ["ffmpeg","converter","media","processing"]
|
10 |
pinned: true
|
requirements.txt
CHANGED
@@ -1,61 +1,58 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
markdown-it-py==2.1.0
|
29 |
-
MarkupSafe==2.1.1
|
30 |
-
matplotlib==3.5.3
|
31 |
-
mdit-py-plugins==0.3.0
|
32 |
mdurl==0.1.2
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
Pillow==9.2.0
|
41 |
-
pycparser==2.21
|
42 |
-
pycryptodome==3.15.0
|
43 |
-
pydantic==1.9.2
|
44 |
pydub==0.25.1
|
45 |
-
|
46 |
-
pyparsing==3.
|
47 |
-
python-dateutil==2.
|
48 |
-
python-multipart==0.0.
|
49 |
-
pytz==
|
50 |
-
PyYAML==6.0
|
51 |
-
requests==2.
|
52 |
-
|
|
|
|
|
|
|
53 |
six==1.16.0
|
54 |
-
sniffio==1.
|
55 |
-
starlette==0.
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.4.0
|
4 |
+
certifi==2024.7.4
|
5 |
+
charset-normalizer==3.3.2
|
6 |
+
click==8.1.7
|
7 |
+
colorama==0.4.6
|
8 |
+
contourpy==1.2.1
|
9 |
+
cycler==0.12.1
|
10 |
+
fastapi==0.112.1
|
11 |
+
ffmpy==0.4.0
|
12 |
+
filelock==3.15.4
|
13 |
+
fonttools==4.53.1
|
14 |
+
fsspec==2024.6.1
|
15 |
+
gradio==5.0.1
|
16 |
+
gradio_client==1.4.0
|
17 |
+
h11==0.14.0
|
18 |
+
httpcore==1.0.5
|
19 |
+
httpx==0.27.0
|
20 |
+
huggingface-hub==0.25.2
|
21 |
+
idna==3.7
|
22 |
+
importlib_resources==6.4.4
|
23 |
+
Jinja2==3.1.4
|
24 |
+
kiwisolver==1.4.5
|
25 |
+
markdown-it-py==3.0.0
|
26 |
+
MarkupSafe==2.1.5
|
27 |
+
matplotlib==3.9.2
|
|
|
|
|
|
|
|
|
28 |
mdurl==0.1.2
|
29 |
+
numpy==2.1.0
|
30 |
+
orjson==3.10.7
|
31 |
+
packaging==24.1
|
32 |
+
pandas==2.2.2
|
33 |
+
pillow==10.4.0
|
34 |
+
pydantic==2.8.2
|
35 |
+
pydantic_core==2.20.1
|
|
|
|
|
|
|
|
|
36 |
pydub==0.25.1
|
37 |
+
Pygments==2.18.0
|
38 |
+
pyparsing==3.1.2
|
39 |
+
python-dateutil==2.9.0.post0
|
40 |
+
python-multipart==0.0.9
|
41 |
+
pytz==2024.1
|
42 |
+
PyYAML==6.0.2
|
43 |
+
requests==2.32.3
|
44 |
+
rich==13.7.1
|
45 |
+
ruff==0.6.2
|
46 |
+
semantic-version==2.10.0
|
47 |
+
shellingham==1.5.4
|
48 |
six==1.16.0
|
49 |
+
sniffio==1.3.1
|
50 |
+
starlette==0.38.2
|
51 |
+
tomlkit==0.12.0
|
52 |
+
tqdm==4.66.5
|
53 |
+
typer==0.12.4
|
54 |
+
typing_extensions==4.12.2
|
55 |
+
tzdata==2024.1
|
56 |
+
urllib3==2.2.2
|
57 |
+
uvicorn==0.30.6
|
58 |
+
websockets==12.0
|