wondervictor commited on
Commit
cbb158b
·
verified ·
1 Parent(s): 12941db

Update app_canny.py

Browse files
Files changed (1) hide show
  1. app_canny.py +1 -1
app_canny.py CHANGED
@@ -48,7 +48,7 @@ def create_demo(process):
48
  cfg_scale = gr.Slider(label="Guidance scale",
49
  minimum=0.1,
50
  maximum=30.0,
51
- value=4,
52
  step=0.1)
53
  relolution = gr.Slider(label="(H, W)",
54
  minimum=384,
 
48
  cfg_scale = gr.Slider(label="Guidance scale",
49
  minimum=0.1,
50
  maximum=30.0,
51
+ value=2,
52
  step=0.1)
53
  relolution = gr.Slider(label="(H, W)",
54
  minimum=384,