ayaderaghul commited on
Commit
d4a262d
1 Parent(s): f9dc585

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import tensorflow as tf
9
  cust = {'InstanceNormalization': InstanceNormalization}
10
  model=load_model('g-cycleGAN-photo2monet-500images-epoch10_30_30_30_30_30_1000images_30.h5',cust)
11
 
12
- path = [['ex1.jpg'], ['ex2.jpg'], ['ex3.jpg'],['ex4.jpg'],['ex5.jpg']]
13
 
14
  # preprocess
15
  AUTOTUNE = tf.data.AUTOTUNE
 
9
  cust = {'InstanceNormalization': InstanceNormalization}
10
  model=load_model('g-cycleGAN-photo2monet-500images-epoch10_30_30_30_30_30_1000images_30.h5',cust)
11
 
12
+ path = [['ex1.jpg'], ['ex2.jpg'], ['ex3.jpg'],['ex4.jpg'],['ex5.jpg'],['ex6.jpg'],['ex7.jpg']]
13
 
14
  # preprocess
15
  AUTOTUNE = tf.data.AUTOTUNE