jbilcke-hf HF Staff commited on
Commit
f9c8d7c
·
1 Parent(s): b8fcf66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ def main():
186
  denoise_strength = gr.Slider(label="Denoise Strength (Used only with the realesr-general-x4v3 model)",
187
  minimum=0, maximum=1, step=0.1, value=0.5)
188
  outscale = gr.Slider(label="Image Upscaling Factor",
189
- minimum=1, maximum=10, step=1, value=3, show_label=True)
190
  face_enhance = gr.Checkbox(label="Face Enhancement using GFPGAN (Doesn't work for anime images)",
191
  value=False, show_label=True)
192
 
 
186
  denoise_strength = gr.Slider(label="Denoise Strength (Used only with the realesr-general-x4v3 model)",
187
  minimum=0, maximum=1, step=0.1, value=0.5)
188
  outscale = gr.Slider(label="Image Upscaling Factor",
189
+ minimum=1, maximum=10, step=1, value=4, show_label=True)
190
  face_enhance = gr.Checkbox(label="Face Enhancement using GFPGAN (Doesn't work for anime images)",
191
  value=False, show_label=True)
192