Vijish commited on
Commit
a1fbcab
·
verified ·
1 Parent(s): 105147f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.8,
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