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