Monthly Archives: 12 月 2024
-
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…