bhadresh-savani commited on
Commit
8f0cca6
1 Parent(s): 7551651

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ transform = Compose(
12
  Normalize((0.5, 0.5, 0.5), (0.5, 0.5, 0.5)),
13
  ]
14
  )
 
15
  model = GeneratorUNet.from_pretrained('huggan/pix2pix-edge2shoes')
16
 
17
  def predict_fn(img):
 
12
  Normalize((0.5, 0.5, 0.5), (0.5, 0.5, 0.5)),
13
  ]
14
  )
15
+
16
  model = GeneratorUNet.from_pretrained('huggan/pix2pix-edge2shoes')
17
 
18
  def predict_fn(img):