From 3283f15f01ab6a02fa026a2fd2fc07deaea1ad12 Mon Sep 17 00:00:00 2001 From: XcantloadX <3188996979@qq.com> Date: Fri, 14 Mar 2025 14:20:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E4=BF=AE=E5=A4=8D=E9=95=BF=E5=A4=9A?= =?UTF-8?q?=E9=80=89=20Dropdown=20=E5=9C=A8=E9=80=89=E6=8B=A9=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E9=80=89=E9=A1=B9=E5=90=8E=E6=BB=9A=E5=8A=A8=E4=BC=9A?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E9=87=8D=E7=BD=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/gradio-app/gradio/pull/10659 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9e73793..af3516f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "websockets==14.1", "psutil==6.1.1", # GUI - "gradio==5.12.0", + "gradio==5.21.0", # Configuration "pydantic==2.10.4", # Resource diff --git a/requirements.txt b/requirements.txt index c21d2e2..b19eb72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ python-multipart==0.0.20 websockets==14.1 psutil==6.1.1 # GUI -gradio==5.12.0 +gradio==5.21.0 # Configuration pydantic==2.10.4 # Other