Update app.py
Browse files
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"),
|