gauthamk28 commited on
Commit
b2997cc
1 Parent(s): db5832b

updated default sample image values matching with the slider's default value 0.25 to demonstrate the effect visible clearly

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ def rescale_aa(file, height, width):
16
  return K.utils.tensor_to_image(img_out.clamp_(0, 1))
17
 
18
  examples = [
19
- ["examples/a.png",1,1],
20
- ["examples/iron_man.jpeg",1,1],
21
  ]
22
 
23
  kornia_resizing_demo = gr.Interface(
 
16
  return K.utils.tensor_to_image(img_out.clamp_(0, 1))
17
 
18
  examples = [
19
+ ["examples/a.png",0.25,0.25],
20
+ ["examples/iron_man.jpeg",0.25,0.25],
21
  ]
22
 
23
  kornia_resizing_demo = gr.Interface(