Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
56 |
new_base_model_id = gr.Text(
|
57 |
label="New base model",
|
58 |
max_lines=1,
|
59 |
-
placeholder="
|
60 |
info="The base model must be compatible with Stable Diffusion v1.5.",
|
61 |
interactive=ALLOW_CHANGING_BASE_MODEL,
|
62 |
)
|
|
|
56 |
new_base_model_id = gr.Text(
|
57 |
label="New base model",
|
58 |
max_lines=1,
|
59 |
+
placeholder="ckpt/sd15",
|
60 |
info="The base model must be compatible with Stable Diffusion v1.5.",
|
61 |
interactive=ALLOW_CHANGING_BASE_MODEL,
|
62 |
)
|