bhadresh-savani commited on
Commit
39418c7
·
1 Parent(s): 558f167
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from huggan.pytorch.pix2pix.modeling_pix2pix import GeneratorUNet
7
 
8
  transform = Compose(
9
  [
10
- Resize((512, 512), Image.BICUBIC),
11
  ToTensor(),
12
  Normalize((0.5, 0.5, 0.5), (0.5, 0.5, 0.5)),
13
  ]
 
7
 
8
  transform = Compose(
9
  [
10
+ Resize((1024, 1024), Image.BICUBIC),
11
  ToTensor(),
12
  Normalize((0.5, 0.5, 0.5), (0.5, 0.5, 0.5)),
13
  ]