Spaces:
Running
Running
Update app.py
Browse files
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
|
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
|