BounharAbdelaziz commited on
Commit
173f3d4
·
verified ·
1 Parent(s): a0ae43e

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -191,7 +191,7 @@ def create_interface():
191
  with gr.Row():
192
  model_choice = gr.Dropdown(
193
  choices=["Medium", "Large"],
194
- value="Small",
195
  label="Select one of the models"
196
  )
197
 
 
191
  with gr.Row():
192
  model_choice = gr.Dropdown(
193
  choices=["Medium", "Large"],
194
+ value="Large",
195
  label="Select one of the models"
196
  )
197