Gradio

Gradio 是一个开源的Python库,用于快速构建机器学习相关的Web Apps。

简介

时间轴

安装

使用pip安装:

pip install gradio

常见错误:

ImportError: DLL load failed while importing _cext: 找不到指定的模块。

Windows下出现这个错误,需要安装MSVC,如最新版:https://aka.ms/vs/17/release/vc_redist.x64.exe

快速入门

资源

官网

网站