Spaces:
Running
Running
Commit
·
dd0a469
1
Parent(s):
66af638
Update app.py
Browse files
app.py
CHANGED
@@ -339,7 +339,7 @@ with gr.Blocks() as demo:
|
|
339 |
mmlu_model3_output3 = gr.Textbox(label="Orca🐬's 3️⃣rd response")
|
340 |
|
341 |
gr.HTML("""<h1 align="center"> The result of MMLU </h1>""")
|
342 |
-
gr.HTML("""<p align="center"><img src="https://github.com/composable-models/llm_multiagent_debate/assets/80087878/963571aa-228b-4d73-9082-5f528552383e"""")
|
343 |
|
344 |
mmlu_cot.select(
|
345 |
mmlu_display_question_answer,
|
|
|
339 |
mmlu_model3_output3 = gr.Textbox(label="Orca🐬's 3️⃣rd response")
|
340 |
|
341 |
gr.HTML("""<h1 align="center"> The result of MMLU </h1>""")
|
342 |
+
gr.HTML("""<p align="center"><img src="https://github.com/composable-models/llm_multiagent_debate/assets/80087878/963571aa-228b-4d73-9082-5f528552383e"></p>""")
|
343 |
|
344 |
mmlu_cot.select(
|
345 |
mmlu_display_question_answer,
|