Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks(title="Athena Playground Chat", css=css, theme=theme) as demo:
|
|
135 |
model_choice = gr.Dropdown(
|
136 |
label="📱 Model",
|
137 |
choices=list(MODELS.keys()),
|
138 |
-
value="Athena-R3X
|
139 |
info="Select which Athena model to use"
|
140 |
)
|
141 |
max_length = gr.Slider(
|
|
|
135 |
model_choice = gr.Dropdown(
|
136 |
label="📱 Model",
|
137 |
choices=list(MODELS.keys()),
|
138 |
+
value="Athena-R3X 4B",
|
139 |
info="Select which Athena model to use"
|
140 |
)
|
141 |
max_length = gr.Slider(
|