Synced repo using 'sync_with_huggingface' Github Action
Browse files
random_sample/arena_interface.py
CHANGED
|
@@ -120,7 +120,7 @@ def create_arena_interface():
|
|
| 120 |
|
| 121 |
# Right side - Model outputs
|
| 122 |
with gr.Column(scale=1):
|
| 123 |
-
gr.Markdown("## π©ββοΈ
|
| 124 |
with gr.Group():
|
| 125 |
with gr.Row():
|
| 126 |
score = gr.Textbox(label="Score", lines=1, interactive=False)
|
|
|
|
| 120 |
|
| 121 |
# Right side - Model outputs
|
| 122 |
with gr.Column(scale=1):
|
| 123 |
+
gr.Markdown("## π©ββοΈ Atla Evaluation")
|
| 124 |
with gr.Group():
|
| 125 |
with gr.Row():
|
| 126 |
score = gr.Textbox(label="Score", lines=1, interactive=False)
|