Cartinoe5930 commited on
Commit
527fc64
·
1 Parent(s): e5e9b44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -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_result.png")
299
 
300
  gsm_cot.select(
301
  gsm_display_question_answer,
@@ -330,7 +330,7 @@ with gr.Blocks() as demo:
330
  mmlu_model3_output3 = gr.Textbox(label="Orca🐬's 3️⃣rd response")
331
 
332
  gr.HTML("""<h1 align="center"> The result of MMLU </h1>""")
333
- # gr.Image(value="result/MMLU/mmlu_result.png")
334
 
335
  # mmlu_cot.select(
336
  # mmlu_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")
299
 
300
  gsm_cot.select(
301
  gsm_display_question_answer,
 
330
  mmlu_model3_output3 = gr.Textbox(label="Orca🐬's 3️⃣rd response")
331
 
332
  gr.HTML("""<h1 align="center"> The result of MMLU </h1>""")
333
+ # gr.Image(value="result/MMLU/MMLU_performance.png")
334
 
335
  # mmlu_cot.select(
336
  # mmlu_display_question_answer,