OralCoachZeroGPU / styles.py
simonraj's picture
Upload 17 files
cf815ef verified
raw
history blame contribute delete
188 Bytes
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
...