svjack commited on
Commit
74c5413
1 Parent(s): 32cfa3d

Update app.py

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