soiz1 commited on
Commit
c868d64
·
verified ·
1 Parent(s): 8d53129

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -0
run.py CHANGED
@@ -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