Spaces:
Running
Running
Fix Flow Judge model name "Flow-Judge-v0.1"
Browse files
app.py
CHANGED
|
@@ -707,7 +707,7 @@ with gr.Blocks(theme="default", css=CSS_STYLES) as demo:
|
|
| 707 |
|
| 708 |
|
| 709 |
# Define new models list
|
| 710 |
-
new_models = ["Atla-8B-preview", "Flow-Judge-1
|
| 711 |
|
| 712 |
if is_first_game:
|
| 713 |
# For the first game, ensure new model is one of the models to catch up on votes
|
|
|
|
| 707 |
|
| 708 |
|
| 709 |
# Define new models list
|
| 710 |
+
new_models = ["Atla-8B-preview", "Flow-Judge-v0.1"]
|
| 711 |
|
| 712 |
if is_first_game:
|
| 713 |
# For the first game, ensure new model is one of the models to catch up on votes
|