使用DSW部署glm3-6b,gradio访问403?
我也遇到了同样的问题,版本如下gradio==4.14.0gradio_client==0.8.0
查看错误日志发现其实这个版本的gradio已经提供了解决方案,但是由于在DSW里无法访问gradio的服务器导致一个程序安装失败,share的url没有生成成功,需要手动安装gradio提供的frpc,可以看一下错提示
我这里报错是这样Could not create share link. Missing file: /opt/conda/lib/python3.10/site-packages/gradio/frpc_linux_amd64_v0.2.
Please check your internet connection. This can happen if your antivirus software blocks the download of this file. You can install manually by following these steps:
Download this file: https://cdn-media.huggingface.co/frpc-gradio-0.2/frpc_linux_amd64Rename the downloaded file to: frpc_linux_amd64_v0.2Move the file to this location: /opt/conda/lib/python3.10/site-packages/gradio
赞0
踩0