ziqiangao commited on
Commit
e57fa48
·
verified ·
1 Parent(s): e05ba06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ gr.Interface(
153
  fn = inference,
154
  inputs = [gr.components.Image(label="Input Image"),
155
  gr.components.Checkbox(label="Grayscale (Check this if your image is grayscale)"),
156
- gr.components.Slider(minimum=1, maximum=100, step=1, label="Intensity (Higher = stronger JPEG artifact removal)"),
157
 
158
  ],
159
  outputs = [gr.components.Image(label="Result"),
 
153
  fn = inference,
154
  inputs = [gr.components.Image(label="Input Image"),
155
  gr.components.Checkbox(label="Grayscale (Check this if your image is grayscale)"),
156
+ gr.components.Slider(minimum=1, maximum=100, step=1, value=40, label="Intensity (Higher = stronger JPEG artifact removal)"),
157
 
158
  ],
159
  outputs = [gr.components.Image(label="Result"),