MaxLSB commited on
Commit
726d23d
·
verified ·
1 Parent(s): a8bbc71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks(title="LeCarnet - Chat Interface") as demo:
102
  with gr.Row():
103
  with gr.Column(scale=1, min_width=150):
104
  model_selector = gr.Dropdown(
105
- choices=["LeCarnet-3M", "LeCarnet-8M"],
106
  value="LeCarnet-8M",
107
  label="Select Model"
108
  )
 
102
  with gr.Row():
103
  with gr.Column(scale=1, min_width=150):
104
  model_selector = gr.Dropdown(
105
+ choices=["LeCarnet-3M", "LeCarnet-8M", "LeCarnet-21M"],
106
  value="LeCarnet-8M",
107
  label="Select Model"
108
  )