nathanael-fijalkow commited on
Commit
90ae99b
·
1 Parent(s): c0fed0b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -621,7 +621,7 @@ with gr.Blocks(
621
  """)
622
 
623
  with gr.Row():
624
- model_dropdown = gr.Dropdown(
625
  choices=get_available_models(),
626
  label="Model to Evaluate",
627
  scale=4,
 
621
  """)
622
 
623
  with gr.Row():
624
+ model_dropdown = gr.ComboBox(
625
  choices=get_available_models(),
626
  label="Model to Evaluate",
627
  scale=4,