Spaces:
Running
Running
Commit
·
73c969c
1
Parent(s):
989ad18
Update app.py
Browse files
app.py
CHANGED
@@ -260,7 +260,8 @@ with gr.Blocks() as demo:
|
|
260 |
math_model3_output3 = gr.Textbox(label="Orca🐬's 3️⃣rd response")
|
261 |
|
262 |
gr.HTML("""<h1 align="center"> The result of Math </h1>""")
|
263 |
-
gr.
|
|
|
264 |
|
265 |
math_cot.select(
|
266 |
math_display_question_answer,
|
|
|
260 |
math_model3_output3 = gr.Textbox(label="Orca🐬's 3️⃣rd response")
|
261 |
|
262 |
gr.HTML("""<h1 align="center"> The result of Math </h1>""")
|
263 |
+
with gr.Column():
|
264 |
+
gr.Image(value="result/Math/Math_performance.png", height=700, width=1000)
|
265 |
|
266 |
math_cot.select(
|
267 |
math_display_question_answer,
|