idolezal commited on
Commit
11a37ca
β€’
1 Parent(s): c847982
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,7 +277,7 @@ with gr.Blocks(theme=gr.themes.Soft(text_size=text_md), css=custom_css) as main:
277
  submission_inputs["model_name"] = gr.Textbox(label='Model name', type='text')
278
  submission_inputs["model_type"] = gr.Dropdown(
279
  label="Model type",
280
- choices=("chat", "pretrained", "ensamble"),
281
  )
282
  submission_inputs["parameters"] = gr.Number(
283
  label='Parameters (B)',
 
277
  submission_inputs["model_name"] = gr.Textbox(label='Model name', type='text')
278
  submission_inputs["model_type"] = gr.Dropdown(
279
  label="Model type",
280
+ choices=("chat", "pretrained", "ensemble"),
281
  )
282
  submission_inputs["parameters"] = gr.Number(
283
  label='Parameters (B)',