From 0726ec047e69c08bc15803fa1cb394a8e24f67a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 21:34:56 +0000 Subject: [PATCH] Bump gradio from 4.44.0 to 5.0.0 Bumps [gradio](https://github.com/gradio-app/gradio) from 4.44.0 to 5.0.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/gradio@4.44.0...gradio@5.0.0) --- updated-dependencies: - dependency-name: gradio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 50feb4de..c8a5201c 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'lpips==0.1.4', 'clean-fid==0.1.35', 'clip@git+https://github.com/openai/CLIP.git@a1d071733d7111c9c014f024669f959182114e33', - 'gradio==4.44.0', + 'gradio==5.0.0', 'datasets==2.19.2', 'peft==0.12.0', 'numpy<2.0.0',