您好,我是在线客服,请直接告诉我您需要咨询的问题。
gradio
-
gradio如何自定义网页标题和ico图标以及深色主题
自定义网页标题 with gr.Blocks(title=”你的网页标题”) as demo: 自定义网站ico图标 demo.launch(favicon_path=’favic…
自定义网页标题 with gr.Blocks(title=”你的网页标题”) as demo: 自定义网站ico图标 demo.launch(favicon_path=’favic…