Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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 = "
|
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"],
|