File size: 136 Bytes
c868d64
 
99d1dfb
 
 
 
 
 
1
2
3
4
5
6
7
8
import os
os.system("pip install pydantic==2.10.6")
import gradio as gr

demo = gr.themes.builder

if __name__ == "__main__":
    demo()