Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Nymbo/gradio_theme_builder
soiz1
/
gradio_theme_builder
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
soiz1
commited on
14 days ago
Commit
c868d64
·
verified
·
1 Parent(s):
8d53129
Update run.py
Browse files
Files changed (1)
hide
show
run.py
+2
-0
run.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import gradio as gr
2
3
demo = gr.themes.builder
1
+
import os
2
+
os.system("pip install pydantic==2.10.6")
3
import gradio as gr
4
5
demo = gr.themes.builder