Spaces:
Sleeping
Sleeping
0.36 remove typo
Browse files
app.py
CHANGED
@@ -206,7 +206,7 @@ with gr.Blocks() as demo:
|
|
206 |
with gr.Column():
|
207 |
chatbot_b = gr.Chatbot(label="Model B", show_copy_button=True, height=500)
|
208 |
with gr.Row(variant="panel"):
|
209 |
-
better_bot = gr.Radio(["Bot A kicks ass!", "Bot B crushes it!", "It's a draw."], label="Rate the output!")
|
210 |
with gr.Accordion(label="Generation Configurations", open=False):
|
211 |
max_new_tokens = gr.Slider(minimum=128, maximum=4096, value=2048, label="Max New Tokens", step=128)
|
212 |
temperature = gr.Slider(minimum=0.0, maximum=1.0, value=0.7, label="Temperature", step=0.01)
|
|
|
206 |
with gr.Column():
|
207 |
chatbot_b = gr.Chatbot(label="Model B", show_copy_button=True, height=500)
|
208 |
with gr.Row(variant="panel"):
|
209 |
+
better_bot = gr.Radio(["Bot A kicks ass!", "Bot B crushes it!", "It's a draw."], label="Rate the output!")
|
210 |
with gr.Accordion(label="Generation Configurations", open=False):
|
211 |
max_new_tokens = gr.Slider(minimum=128, maximum=4096, value=2048, label="Max New Tokens", step=128)
|
212 |
temperature = gr.Slider(minimum=0.0, maximum=1.0, value=0.7, label="Temperature", step=0.01)
|