File size: 188 Bytes
cf815ef
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import gradio as gr

# Set the theme to 'xiaobaiyuan/theme_brief'
theme = 'xiaobaiyuan/theme_brief'

with gr.Blocks(theme=theme) as demo:
    # Your existing components and layout
    ...