赞
踩
gradio
运行时的UI使用的前端代码里,有对互联网资源的引用,如果在离线环境下部署(比如公司内网),会无法启动成功,看不到正常的前端页面。
js/app/index.html
:
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link
rel="preconnect"
href="https://fonts.gstatic.com"
crossorigin="anonymous"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
安装 gradio-offline
来替代 gradio
。 gradio-offlline
是基于 gradio
修改的,目的是为了支持离线部署,API不变。
pip install gradio-offline==3.28.3.1
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。