Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,9 @@ zh_output
|
|
18 |
ranking_output(zh_question, zh_output)
|
19 |
'''
|
20 |
|
|
|
|
|
|
|
21 |
import gradio as gr
|
22 |
|
23 |
example_sample = [
|
|
|
18 |
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 |
|
26 |
example_sample = [
|