Skip to content

Commit 56e78a5

Browse files
Bump gradio
Bumps [gradio](https://github.com/gradio-app/gradio) from 3.35.2 to 5.5.0. - [Release notes](https://github.com/gradio-app/gradio/releases) - [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md) - [Commits](https://github.com/gradio-app/gradio/compare/v3.35.2...gradio@5.5.0) --- updated-dependencies: - dependency-name: gradio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23005d9 commit 56e78a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/advanced-zero-click-deployment-interface/FlowSteering/llava/llava.egg-info/requires.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
einops
22
fastapi
3-
gradio==3.35.2
3+
gradio==5.5.0
44
markdown2[all]
55
numpy
66
requests

modules/advanced-zero-click-deployment-interface/FlowSteering/llava/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
"License :: OSI Approved :: Apache Software License",
1414
]
1515
dependencies = [
16-
"einops", "fastapi", "gradio==3.35.2", "markdown2[all]", "numpy",
16+
"einops", "fastapi", "gradio==5.5.0", "markdown2[all]", "numpy",
1717
"requests", "sentencepiece", "tokenizers>=0.12.1",
1818
"torch", "torchvision", "uvicorn", "wandb",
1919
"shortuuid", "httpx==0.24.0",

0 commit comments

Comments
 (0)