Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks(
|
|
51 |
minimum=0.0,
|
52 |
maximum=1.0,
|
53 |
step=0.01,
|
54 |
-
value=0.
|
55 |
info="How much to transform the image (0 = no change, 1 = complete change)"
|
56 |
)
|
57 |
|
|
|
51 |
minimum=0.0,
|
52 |
maximum=1.0,
|
53 |
step=0.01,
|
54 |
+
value=0.5,
|
55 |
info="How much to transform the image (0 = no change, 1 = complete change)"
|
56 |
)
|
57 |
|