From 48c00fcc23ba33139ac0eb9efac83b4ab1f453cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 01:08:11 +0000 Subject: [PATCH] Bump gradio from 3.23 to 3.34.0 Bumps [gradio](https://github.com/gradio-app/gradio) from 3.23 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](https://github.com/gradio-app/gradio/compare/v3.23.0...v3.34.0) --- 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..071c799 --- 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==3.34.0", "markdown2[all]", "numpy", "requests", "sentencepiece", "tokenizers==0.12.1", "torch", "torchvision", "uvicorn", "wandb", "transformers @ git+https://github.com/huggingface/transformers.git@cae78c46"