ayaderaghul commited on
Commit
ccda766
1 Parent(s): 6911f68

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
 
10
 
11
  cust = {'InstanceNormalization': InstanceNormalization}
12
- model=load_model('g-cycleGAN-photo2monet-500images-epoch10_30_30_30.h5',cust)
13
 
14
  path = [['ex1.jpg'], ['ex2.jpg'], ['ex3.jpg'],['ex4.jpg'],['ex5.jpg']]
15
 
 
9
 
10
 
11
  cust = {'InstanceNormalization': InstanceNormalization}
12
+ model=load_model('g-cycleGAN-photo2monet-500images-epoch10_30_30_30_30.h5',cust)
13
 
14
  path = [['ex1.jpg'], ['ex2.jpg'], ['ex3.jpg'],['ex4.jpg'],['ex5.jpg']]
15