Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,7 @@ ranking_output(zh_question, zh_output)
|
|
19 |
'''
|
20 |
|
21 |
os.system("pip uninstall httpx -y")
|
|
|
22 |
os.system("pip uninstall gradio -y")
|
23 |
os.system("pip install -U gradio")
|
24 |
|
|
|
19 |
'''
|
20 |
|
21 |
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 |
|