文章目录
🎉进入云端运维专栏 | 🚀查看更多专栏内容
当使用上传文件夹功能传输超过1000个文件时,会报出以下错误:

在github上,最新版的gradio仓库已经解决了这一问题:

但是这一更改还没有正式发布,因此无法使用pip更新:

因此只能先手动git clone https://ghproxy.com/https://github.com/gradio-app/gradio.git
到本地:

然后cd scripts/
进入scripts文件夹,执行build_frontend.sh
构建前端环境:


cd ..
回退至主文件夹,使用pip install -e .
命令本地安装:
