kaikaidai commited on
Commit
67f7f2c
·
verified ·
1 Parent(s): 9ca1ad8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -703,7 +703,7 @@ with gr.Blocks(theme="default", css=CSS_STYLES) as demo:
703
  active_models = [name for name, info in model_data.items()
704
  if info.get("active", True)]
705
 
706
- atla_model = "Atla-8B-preview-2024-01-08"
707
 
708
  if is_first_game:
709
  # For the first game, ensure new model is one of the models to catch up on votes
 
703
  active_models = [name for name, info in model_data.items()
704
  if info.get("active", True)]
705
 
706
+ atla_model = "Atla-8B-preview"
707
 
708
  if is_first_game:
709
  # For the first game, ensure new model is one of the models to catch up on votes