Spaces:
Runtime error
Runtime error
hard code sizes for convenience
Browse files- kornia_aug.py +1 -1
kornia_aug.py
CHANGED
|
@@ -35,7 +35,7 @@ else:
|
|
| 35 |
im = Image.open("./images/pretty_bird.jpg")
|
| 36 |
image = F.pil_to_tensor(im).float() / 255
|
| 37 |
ims.append(image)
|
| 38 |
-
scaler =
|
| 39 |
st.sidebar.image(im, caption="Input Image", width=256)
|
| 40 |
|
| 41 |
|
|
|
|
| 35 |
im = Image.open("./images/pretty_bird.jpg")
|
| 36 |
image = F.pil_to_tensor(im).float() / 255
|
| 37 |
ims.append(image)
|
| 38 |
+
scaler = 256
|
| 39 |
st.sidebar.image(im, caption="Input Image", width=256)
|
| 40 |
|
| 41 |
|