Lazarus commited on
Commit
67151b6
1 Parent(s): 098d1ed

upgrade to gradio 5

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +55 -58
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🔥
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: 4.41.0
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
- aiohttp==3.8.1
2
- aiosignal==1.2.0
3
- analytics-python==1.4.0
4
- anyio==3.6.1
5
- async-timeout==4.0.2
6
- attrs==22.1.0
7
- backoff==1.10.0
8
- bcrypt==4.0.0
9
- certifi==2022.6.15
10
- cffi==1.15.1
11
- charset-normalizer==2.1.1
12
- click==8.1.3
13
- cryptography==37.0.4
14
- cycler==0.11.0
15
- fastapi==0.81.0
16
- ffmpy==0.3.0
17
- fonttools==4.37.1
18
- frozenlist==1.3.1
19
- fsspec==2022.7.1
20
- gradio==3.3.1
21
- h11==0.12.0
22
- httpcore==0.15.0
23
- httpx==0.23.0
24
- idna==3.3
25
- Jinja2==3.1.2
26
- kiwisolver==1.4.4
27
- linkify-it-py==1.0.3
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
- monotonic==1.6
34
- multidict==6.0.2
35
- numpy==1.23.2
36
- orjson==3.8.0
37
- packaging==21.3
38
- pandas==1.4.3
39
- paramiko==2.11.0
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
- PyNaCl==1.5.0
46
- pyparsing==3.0.9
47
- python-dateutil==2.8.2
48
- python-multipart==0.0.5
49
- pytz==2022.2.1
50
- PyYAML==6.0
51
- requests==2.28.1
52
- rfc3986==1.5.0
 
 
 
53
  six==1.16.0
54
- sniffio==1.2.0
55
- starlette==0.19.1
56
- typing-extensions==4.3.0
57
- uc-micro-py==1.0.1
58
- urllib3==1.26.12
59
- uvicorn==0.18.3
60
- websockets==10.3
61
- yarl==1.8.1
 
 
 
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