Skip to content

Commit a7a56b5

Browse files
committed
fix buggy gradio version
1 parent 8c21432 commit a7a56b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def encode_plugin_info(k, plugin)->str:
3434

3535
def main():
3636
import gradio as gr
37-
if gr.__version__ not in ['3.32.14', '3.32.13']:
37+
if gr.__version__ not in ['3.32.15']:
3838
raise ModuleNotFoundError("使用项目内置Gradio获取最优体验! 请运行 `pip install -r requirements.txt` 指令安装内置Gradio及其他依赖, 详情信息见requirements.txt.")
3939

4040
# 一些基础工具

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
https://public.agent-matrix.com/publish/gradio-3.32.14-py3-none-any.whl
1+
https://public.agent-matrix.com/publish/gradio-3.32.15-py3-none-any.whl
22
fastapi==0.110
33
gradio-client==0.8
44
pypdf2==2.12.1

0 commit comments

Comments
 (0)