Spaces:
Runtime error
Runtime error
update default to SwinV2
Browse files
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="
|
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():
|