Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
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
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",
|
20 |
-
["examples/iron_man.jpeg",
|
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(
|