From 35c8c4af38d7d22e40668ecfb1b0b53c6202dd3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 18:37:38 +0000 Subject: [PATCH] Bump gradio from 3.23 to 4.11.0 Bumps [gradio](https://github.com/gradio-app/gradio) from 3.23 to 4.11.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/commits) --- updated-dependencies: - dependency-name: gradio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index 326c2e7..28b4412 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "License :: OSI Approved :: Apache Software License", ] dependencies = [ - "accelerate", "fastapi", "gradio==3.23", "markdown2[all]", "numpy", + "accelerate", "fastapi", "gradio==4.11.0", "markdown2[all]", "numpy", "requests", "sentencepiece", "tokenizers==0.12.1", "torch", "torchvision", "uvicorn", "wandb", "transformers @ git+https://github.com/huggingface/transformers.git@cae78c46"