Update app.py
Browse files
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 |
|