ready next gradio version

这个提交包含在:
binary-husky
2024-06-29 15:29:48 +00:00
父节点 194e665a3b
当前提交 18d3245fc9
共有 2 个文件被更改,包括 11 次插入1 次删除

查看文件

@@ -26,7 +26,7 @@ def enable_log(PATH_LOGGING):
def main():
import gradio as gr
if gr.__version__ not in ['3.32.9', '3.32.10']:
if gr.__version__ not in ['3.32.9', '3.32.10', '3.32.11']:
raise ModuleNotFoundError("使用项目内置Gradio获取最优体验! 请运行 `pip install -r requirements.txt` 指令安装内置Gradio及其他依赖, 详情信息见requirements.txt.")
from request_llms.bridge_all import predict
from toolbox import format_io, find_free_port, on_file_uploaded, on_report_generated, get_conf, ArgsGeneralWrapper, DummyWith