Spaces:
Running
on
Zero
Running
on
Zero
wondervictor
commited on
Update app_canny.py
Browse files- 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=
|
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,
|