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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -19,7 +19,8 @@ ranking_output(zh_question, zh_output)
19
  '''
20
 
21
  os.system("pip uninstall httpx -y")
22
- os.system("pip install gradio")
 
23
 
24
  import gradio as gr
25
 
 
19
  '''
20
 
21
  os.system("pip uninstall httpx -y")
22
+ os.system("pip uninstall gradio -y")
23
+ os.system("pip install -U gradio")
24
 
25
  import gradio as gr
26