Denliner commited on
Commit
ee39a29
1 Parent(s): 3861450

default to the best model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -261,7 +261,7 @@ def main():
261
  image = gr.Image(type="pil", image_mode="RGBA", label="Input")
262
  model_repo = gr.Dropdown(
263
  dropdown_list,
264
- value=SWINV2_MODEL_DSV3_REPO,
265
  label="Model",
266
  )
267
  with gr.Row():
 
261
  image = gr.Image(type="pil", image_mode="RGBA", label="Input")
262
  model_repo = gr.Dropdown(
263
  dropdown_list,
264
+ value=EVA02_LARGE_MODEL_DSV3_REPO,
265
  label="Model",
266
  )
267
  with gr.Row():