支持更多界面布局的切换

This commit is contained in:
qingxu fu
2023-04-04 23:46:47 +08:00
parent 1da60b7a0c
commit 3648648b3d
4 changed files with 50 additions and 23 deletions

View File

@@ -26,7 +26,7 @@ import gradio as gr
def adjust_theme():
try:
color_er = gr.themes.utils.colors.pink
color_er = gr.themes.utils.colors.fuchsia
set_theme = gr.themes.Default(
primary_hue=gr.themes.utils.colors.orange,
neutral_hue=gr.themes.utils.colors.gray,