Commit
·
f299366
1
Parent(s):
76b981a
Update app.py
Browse files
app.py
CHANGED
@@ -118,9 +118,6 @@ gr.Interface(
|
|
118 |
inputs = [gr.inputs.Image(label="Input Image"),
|
119 |
gr.inputs.Checkbox(label="Grayscale (Check this if your image is grayscale)"),
|
120 |
gr.inputs.Slider(minimum=1, maximum=100, step=1, label="Intensity (Higher = stronger JPEG artifact removal)"),
|
121 |
-
gr.inputs.Checkbox(default=False, label="Edit Zoom preview (This is optional. "
|
122 |
-
"After the image result is loaded, check this to edit zoom parameters "
|
123 |
-
"so that the input image will not be processed when the submit button is pressed.)"),
|
124 |
gr.inputs.Slider(minimum=10, maximum=100, step=1, default=50, label="Zoom Image "
|
125 |
"(Use this to see the image quality up close. "
|
126 |
"100 = original size)"),
|
|
|
118 |
inputs = [gr.inputs.Image(label="Input Image"),
|
119 |
gr.inputs.Checkbox(label="Grayscale (Check this if your image is grayscale)"),
|
120 |
gr.inputs.Slider(minimum=1, maximum=100, step=1, label="Intensity (Higher = stronger JPEG artifact removal)"),
|
|
|
|
|
|
|
121 |
gr.inputs.Slider(minimum=10, maximum=100, step=1, default=50, label="Zoom Image "
|
122 |
"(Use this to see the image quality up close. "
|
123 |
"100 = original size)"),
|