loubnabnl HF staff commited on
Commit
ceb1c7f
1 Parent(s): a47d2f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ with gr.Blocks(theme=theme, analytics_enabled=False, css=css) as demo:
188
  with gr.Row():
189
  version = gr.Dropdown(
190
  ["StarCoderPlus", "StarCoderBase", "StarCoder"],
191
- value="StarCoderPlus",
192
  label="Model",
193
  info="Choose a model from the list",
194
  )
 
188
  with gr.Row():
189
  version = gr.Dropdown(
190
  ["StarCoderPlus", "StarCoderBase", "StarCoder"],
191
+ value="StarCoder",
192
  label="Model",
193
  info="Choose a model from the list",
194
  )