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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -18,11 +18,13 @@ zh_output
18
  ranking_output(zh_question, zh_output)
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
  os.system("pip install pydantic==2.4.2")
 
26
 
27
  import gradio as gr
28
 
 
18
  ranking_output(zh_question, zh_output)
19
  '''
20
 
21
+ '''
22
  os.system("pip uninstall httpx -y")
23
  os.system("pip uninstall pydantic -y")
24
  os.system("pip uninstall gradio -y")
25
  os.system("pip install -U gradio")
26
  os.system("pip install pydantic==2.4.2")
27
+ '''
28
 
29
  import gradio as gr
30