1 需求

需求1:基于gradio实现大模型的WEB UI交互界面 


2 接口


3 示例

import gradio as gr
from transformers import *

classifier = pipeline("text-classification", model="./model", tokenizer="./model")

gr.Interface.from_pipeline(classifier).launch()


4 参考资料

ImportError: DLL load failed while importing _pydantic_core: 找不到指定的程序对应解决方案_dll load failed pydantic-CSDN博客

交互式AI技术与模型部署:bert-base-chinese模型交互式问答界面设置_bert-base-chinese 问答-CSDN博客

点赞(0) 打赏

评论列表 共有 0 条评论

暂无评论

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部