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 ==快速入门== ==资源== ===官网=== * Gradio 官网:https://gradio.app…”)
 
(没有差异)

2023年7月3日 (一) 09:58的最新版本

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

快速入门

资源

官网

网站