Spestly commited on
Commit
531c509
·
verified ·
1 Parent(s): 6935809

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 8B",
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(