miapipai commited on
Commit
1b32509
·
verified ·
1 Parent(s): 954d29d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -300,7 +300,7 @@ def main():
300
  image = gr.Image(type="pil", image_mode="RGBA", label="Input")
301
  model_repo = gr.Dropdown(
302
  dropdown_list,
303
- value=SWINV2_MODEL_DSV3_REPO,
304
  label="Model",
305
  )
306
  with gr.Row():
@@ -344,7 +344,7 @@ def main():
344
  variant="secondary"
345
  )
346
  with gr.Column(variant="panel"):
347
- default_tag_preset = "Normal"
348
  with gr.Row():
349
  tag_format_preset = gr.Radio(
350
  ["Normal", "Booru", "Custom"],
 
300
  image = gr.Image(type="pil", image_mode="RGBA", label="Input")
301
  model_repo = gr.Dropdown(
302
  dropdown_list,
303
+ value=EVA02_LARGE_MODEL_DSV3_REPO,
304
  label="Model",
305
  )
306
  with gr.Row():
 
344
  variant="secondary"
345
  )
346
  with gr.Column(variant="panel"):
347
+ default_tag_preset = "Booru"
348
  with gr.Row():
349
  tag_format_preset = gr.Radio(
350
  ["Normal", "Booru", "Custom"],