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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -53,7 +53,7 @@ with gr.Blocks(title="Yellow Tint Cleaner") as demo:
53
  with gr.Row():
54
  strength = gr.Slider(
55
  minimum=0,
56
- maximum=100,
57
  value=100,
58
  step=1,
59
  label="Strength"
@@ -108,7 +108,7 @@ with gr.Blocks(title="Yellow Tint Cleaner") as demo:
108
  )
109
  mode = gr.Dropdown(
110
  choices=["RGB", "lum + sat", "luminance", "saturation", "mono"],
111
- value="RGB",
112
  label="Processing Mode"
113
  )
114
 
 
53
  with gr.Row():
54
  strength = gr.Slider(
55
  minimum=0,
56
+ maximum=75,
57
  value=100,
58
  step=1,
59
  label="Strength"
 
108
  )
109
  mode = gr.Dropdown(
110
  choices=["RGB", "lum + sat", "luminance", "saturation", "mono"],
111
+ value="lum + sat",
112
  label="Processing Mode"
113
  )
114