From 7894e2f02d2bc818eecf0cf75fa3f4d3ffac2784 Mon Sep 17 00:00:00 2001 From: binary-husky Date: Sun, 25 Feb 2024 22:15:24 +0800 Subject: [PATCH] renew pip url --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index d118b38c..b3b5abb3 100644 --- a/app.py +++ b/app.py @@ -15,7 +15,7 @@ help_menu_description = \ def main(): import subprocess, sys - subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'https://fastly.jsdelivr.net/gh/binary-husky/gradio-fix@gpt-academic/release/gradio-3.32.7-py3-none-any.whl']) + subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'https://public.agent-matrix.com/publish/gradio-3.32.8-py3-none-any.whl']) import gradio as gr if gr.__version__ not in ['3.32.8']: raise ModuleNotFoundError("使用项目内置Gradio获取最优体验! 请运行 `pip install -r requirements.txt` 指令安装内置Gradio及其他依赖, 详情信息见requirements.txt.")