Cartinoe5930 commited on
Commit
377abca
·
1 Parent(s): 0fd6e88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.HTML("""<p align="center"><img src="result/Math/Math_performance.png"></p>""")
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.HTML("""<p align="center"><img src="result/GSM8K/GSM8K_performance.png"></p>""")
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.HTML("""<p align="center"><img src="https://huggingface.co/spaces/Cartinoe5930/LLMAgora/resolve/main/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="https://huggingface.co/spaces/Cartinoe5930/LLMAgora/resolve/main/result/GSM8K/GSM8K_performance.png"></p>""")
299
 
300
  gsm_cot.select(
301
  gsm_display_question_answer,