Spaces:
Running
Running
Fix typo
Browse files
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", "
|
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)',
|