Spaces:
Running
Running
Commit
·
f85d565
1
Parent(s):
527fc64
Update app.py
Browse files
app.py
CHANGED
@@ -260,7 +260,7 @@ 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.Image(value="result/Math/Math_performance.png")
|
264 |
|
265 |
math_cot.select(
|
266 |
math_display_question_answer,
|
@@ -295,7 +295,7 @@ with gr.Blocks() as demo:
|
|
295 |
gsm_model3_output3 = gr.Textbox(label="Orca🐬's 3️⃣rd response")
|
296 |
|
297 |
gr.HTML("""<h1 align="center"> The result of GSM8K </h1>""")
|
298 |
-
gr.Image(value="result/GSM8K/GSM8K_performance.png")
|
299 |
|
300 |
gsm_cot.select(
|
301 |
gsm_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 |
+
gr.Image(value="result/Math/Math_performance.png", shape=(350, 250))
|
264 |
|
265 |
math_cot.select(
|
266 |
math_display_question_answer,
|
|
|
295 |
gsm_model3_output3 = gr.Textbox(label="Orca🐬's 3️⃣rd response")
|
296 |
|
297 |
gr.HTML("""<h1 align="center"> The result of GSM8K </h1>""")
|
298 |
+
gr.Image(value="result/GSM8K/GSM8K_performance.png", shape=(350, 250))
|
299 |
|
300 |
gsm_cot.select(
|
301 |
gsm_display_question_answer,
|