Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -103,7 +103,6 @@ with gr.Blocks() as demo1:
|
|
| 103 |
gr.HTML("""<h1 align='center'>SmolLM Arena</h1>
|
| 104 |
<h2 align='center'>Cast your vote to choose the best Small Language Model (100M-1.7B)!π</h2>
|
| 105 |
<h3 align='center'>[<a href="https://github.com/AstraBert/smollm-arena">GitHub</a>] [<a href="https://github.com/AstraBert/smollm-arena?tab=readme-ov-file#usage">Usage Guide</a>]""")
|
| 106 |
-
with gr.Column():
|
| 107 |
gr.ChatInterface(fn=replyA, chatbot=chtbA, additional_inputs=modelAchoice, additional_inputs_accordion=accrdnA, submit_btn="Submit to Model A")
|
| 108 |
gr.ChatInterface(fn=replyB, chatbot=chtbB, additional_inputs=modelBchoice, additional_inputs_accordion=accrdnB, submit_btn="Submit to Model B")
|
| 109 |
with gr.Column():
|
|
|
|
| 103 |
gr.HTML("""<h1 align='center'>SmolLM Arena</h1>
|
| 104 |
<h2 align='center'>Cast your vote to choose the best Small Language Model (100M-1.7B)!π</h2>
|
| 105 |
<h3 align='center'>[<a href="https://github.com/AstraBert/smollm-arena">GitHub</a>] [<a href="https://github.com/AstraBert/smollm-arena?tab=readme-ov-file#usage">Usage Guide</a>]""")
|
|
|
|
| 106 |
gr.ChatInterface(fn=replyA, chatbot=chtbA, additional_inputs=modelAchoice, additional_inputs_accordion=accrdnA, submit_btn="Submit to Model A")
|
| 107 |
gr.ChatInterface(fn=replyB, chatbot=chtbB, additional_inputs=modelBchoice, additional_inputs_accordion=accrdnB, submit_btn="Submit to Model B")
|
| 108 |
with gr.Column():
|