neggles commited on
Commit
97e33a3
1 Parent(s): 5b0d6ce

update default to SwinV2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ with gr.Blocks(theme="NoCrypt/miku", analytics_enabled=False, title=TITLE, css=c
177
  variant = gr.Radio(
178
  choices=list(MODEL_VARIANTS[version.value].keys()),
179
  label="Model Variant",
180
- value="ConvNeXT",
181
  min_width=560,
182
  )
183
  with gr.Group():
 
177
  variant = gr.Radio(
178
  choices=list(MODEL_VARIANTS[version.value].keys()),
179
  label="Model Variant",
180
+ value="SwinV2",
181
  min_width=560,
182
  )
183
  with gr.Group():