Rietta commited on
Commit
d4365df
1 Parent(s): e1112e7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import cv2
8
 
9
  model = from_pretrained_keras('Rietta/CycleGAN_DL', compile=False)
10
 
11
- imagen = cv2.imread('Kirby.png')#, cv2.COLOR_RGB2BGR)
12
 
13
  def transform(img, direction):
14
  img = (img / 127.5) - 1
8
 
9
  model = from_pretrained_keras('Rietta/CycleGAN_DL', compile=False)
10
 
11
+ imagen = cv2.imread('Kirby.png', cv2.COLOR_BGR2RGB)
12
 
13
  def transform(img, direction):
14
  img = (img / 127.5) - 1