Cartinoe5930 commited on
Commit
aeb7ad7
·
1 Parent(s): 293ffcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -213,7 +213,7 @@ with gr.Blocks() as demo:
213
  math_model3_output3 = gr.Textbox(label="Orca🐬's final response")
214
 
215
  gr.HTML("""<h1 align="center"> The result of Math </h1>""")
216
- gr.Image(value="result/Math/math_result.png")
217
 
218
 
219
  with gr.Tab("GSM8K"):
@@ -237,7 +237,7 @@ with gr.Blocks() as demo:
237
  gsm_model3_output3 = gr.Textbox(label="Orca🐬's final response")
238
 
239
  gr.HTML("""<h1 align="center"> The result of GSM8K </h1>""")
240
- gr.Image(value="result/GSM8K/gsm_result.png")
241
 
242
 
243
  with gr.Tab("MMLU"):
@@ -260,7 +260,7 @@ with gr.Blocks() as demo:
260
  mmlu_model3_output3 = gr.Textbox(label="Orca🐬's final response")
261
 
262
  gr.HTML("""<h1 align="center"> The result of MMLU </h1>""")
263
- gr.Image(value="result/MMLU/mmlu_result.png")
264
 
265
  with gr.Accordion("※ Specific information about LLM Agora", open=False):
266
  gr.Markdown(SPECIFIC_INFORMATION)
 
213
  math_model3_output3 = gr.Textbox(label="Orca🐬's final response")
214
 
215
  gr.HTML("""<h1 align="center"> The result of Math </h1>""")
216
+ # gr.Image(value="result/Math/math_result.png")
217
 
218
 
219
  with gr.Tab("GSM8K"):
 
237
  gsm_model3_output3 = gr.Textbox(label="Orca🐬's final response")
238
 
239
  gr.HTML("""<h1 align="center"> The result of GSM8K </h1>""")
240
+ # gr.Image(value="result/GSM8K/gsm_result.png")
241
 
242
 
243
  with gr.Tab("MMLU"):
 
260
  mmlu_model3_output3 = gr.Textbox(label="Orca🐬's final response")
261
 
262
  gr.HTML("""<h1 align="center"> The result of MMLU </h1>""")
263
+ # gr.Image(value="result/MMLU/mmlu_result.png")
264
 
265
  with gr.Accordion("※ Specific information about LLM Agora", open=False):
266
  gr.Markdown(SPECIFIC_INFORMATION)