um235 commited on
Commit
00a983f
·
verified ·
1 Parent(s): 616e45b

Update app.py

Browse files

some little defect with naming

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks(css=css) as demo:
76
 
77
  model_id_input = gr.Text(
78
  label="Enter Model ID",
79
- value="CompVis/stable-diffusion-v1-4",
80
  show_label=True,
81
  placeholder="Enter model",
82
  )
 
76
 
77
  model_id_input = gr.Text(
78
  label="Enter Model ID",
79
+ value="stable-diffusion-v1-5/stable-diffusion-v1-5",
80
  show_label=True,
81
  placeholder="Enter model",
82
  )