3a78f82 a72adb7
1
2
3
4
my_theme = gr.Theme.from_hub("gradio/seafoam") with gr.Blocks(theme=my_theme) as demo: print("theme")