Skip to content

Commit 4930c77

Browse files
committed
Fix favicon issue
1 parent bdc1745 commit 4930c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def update_image_visibility(platform, aliyun_model, ark_duration, zhipu_model):
8282

8383

8484
# Gradio 界面
85-
with gr.Blocks(title="Videogen Project", favicon="assets/creation-light.svg") as demo:
85+
with gr.Blocks(title="Videogen Project") as demo:
8686
gr.Markdown("# Videogen Project")
8787
gr.Markdown("输入提示词并选择平台生成视频,支持上传图片用于文图生视频。")
8888

0 commit comments

Comments
 (0)