limingcv commited on
Commit
e983349
1 Parent(s): d2aee36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="runwayml/stable-diffusion-v1-5",
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
  )