gokaygokay commited on
Commit
a41c4bd
·
verified ·
1 Parent(s): a752fbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -53,8 +53,8 @@ with gr.Blocks(title="Yellow Tint Cleaner") as demo:
53
  with gr.Row():
54
  strength = gr.Slider(
55
  minimum=0,
56
- maximum=75,
57
- value=100,
58
  step=1,
59
  label="Strength"
60
  )
 
53
  with gr.Row():
54
  strength = gr.Slider(
55
  minimum=0,
56
+ maximum=100,
57
+ value=75,
58
  step=1,
59
  label="Strength"
60
  )