kaikaidai commited on
Commit
59f00ea
·
verified ·
1 Parent(s): 183a44f

Fix Flow Judge model name "Flow-Judge-v0.1"

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.0"] # add "Flow-Judge-1.0" once ready
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