Skip to content

Commit 86468be

Browse files
Bump gradio from 3.28.1 to 3.34.0
Bumps [gradio](https://github.com/gradio-app/gradio) from 3.28.1 to 3.34.0. - [Release notes](https://github.com/gradio-app/gradio/releases) - [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md) - [Commits](gradio-app/gradio@v3.28.1...v3.34.0) --- updated-dependencies: - dependency-name: gradio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e053524 commit 86468be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gradio==3.28.1
1+
gradio==3.34.0
22
tqdm
33
torch
44
torchvision

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
include_package_data=True,
2121
install_requires=[
22-
'gradio==3.28.1',
22+
'gradio==3.34.0',
2323
'tqdm',
2424
'torch>=1.8',
2525
'torchvision',

0 commit comments

Comments
 (0)