From 06d5cbbec1fd474ff1ee4c4969cf34f7beb33f07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 11:22:36 +0000 Subject: [PATCH] chore(deps): update gradio requirement from >=4.0 to >=6.14.0 Updates the requirements on [gradio](https://github.com/gradio-app/gradio) to permit the latest version. - [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.0.0...gradio@6.14.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hf_space/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hf_space/requirements.txt b/hf_space/requirements.txt index ae9c230..c76a8f2 100644 --- a/hf_space/requirements.txt +++ b/hf_space/requirements.txt @@ -1,4 +1,4 @@ -gradio>=4.0 +gradio>=6.14.0 torch>=2.1 numpy dose