File size: 87 Bytes
3a78f82
 
 
1
2
3
my_theme = gr.Theme.from_hub("gradio/seafoam")

with gr.Blocks(theme=my_theme) as demo: