fix buggy gradio version

This commit is contained in:
binary-husky
2025-06-25 01:34:07 +08:00
parent 8c21432291
commit a7a56b5058
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ def encode_plugin_info(k, plugin)->str:
def main():
import gradio as gr
if gr.__version__ not in ['3.32.14', '3.32.13']:
if gr.__version__ not in ['3.32.15']:
raise ModuleNotFoundError("使用项目内置Gradio获取最优体验! 请运行 `pip install -r requirements.txt` 指令安装内置Gradio及其他依赖, 详情信息见requirements.txt.")
# 一些基础工具

View File

@@ -1,4 +1,4 @@
https://public.agent-matrix.com/publish/gradio-3.32.14-py3-none-any.whl
https://public.agent-matrix.com/publish/gradio-3.32.15-py3-none-any.whl
fastapi==0.110
gradio-client==0.8
pypdf2==2.12.1