From 3d6e4ee3a74241a8fe9b3473b7fd7e22c93339bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E7=9F=A5=E4=B9=8B=E4=BA=BA?= <37373516+DDreame@users.noreply.github.com> Date: Wed, 12 Apr 2023 21:32:03 +0800 Subject: [PATCH] [fix]Update requirements.txt For fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modify the version of Gradio, which does not support the color button when it is lower than version 3.24. On version 3.25, it fixes the issue https://github.com/gradio-app/gradio/issues/3716 and #371 . 修改一下gradio的版本,低于 3.24版本时不支持 color button,3.25则修复了 issue: #371 和 https://github.com/gradio-app/gradio/issues/3716 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4a8fe45..81d8aa6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -gradio>=3.23 +gradio>=3.25.0 requests[socks] transformers python-markdown-math @@ -13,4 +13,4 @@ pygments pymupdf openai numpy -arxiv \ No newline at end of file +arxiv