svjack commited on
Commit
3e010ae
1 Parent(s): 74c5413

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,6 +22,7 @@ os.system("pip uninstall httpx -y")
22
  os.system("pip uninstall pydantic -y")
23
  os.system("pip uninstall gradio -y")
24
  os.system("pip install -U gradio")
 
25
 
26
  import gradio as gr
27
 
 
22
  os.system("pip uninstall pydantic -y")
23
  os.system("pip uninstall gradio -y")
24
  os.system("pip install -U gradio")
25
+ os.system("pip install pydantic==2.4.2")
26
 
27
  import gradio as gr
28