Cartinoe5930 commited on
Commit
0fd6e88
·
1 Parent(s): 73c969c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -260,8 +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
- 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,
@@ -296,7 +295,7 @@ with gr.Blocks() as demo:
296
  gsm_model3_output3 = gr.Textbox(label="Orca🐬's 3️⃣rd response")
297
 
298
  gr.HTML("""<h1 align="center"> The result of GSM8K </h1>""")
299
- gr.Image(value="result/GSM8K/GSM8K_performance.png", height=250, width=350)
300
 
301
  gsm_cot.select(
302
  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.HTML("""<p align="center"><img src="result/Math/Math_performance.png"></p>""")
 
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.HTML("""<p align="center"><img src="result/GSM8K/GSM8K_performance.png"></p>""")
299
 
300
  gsm_cot.select(
301
  gsm_display_question_answer,