Spaces:
Runtime error
Runtime error
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 | |
... | |