Spaces:
Build error
Build error
Commit
·
a6411ec
1
Parent(s):
fd5e8cf
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,6 @@ import tensorflow as tf
|
|
8 |
|
9 |
cust = {'InstanceNormalization': InstanceNormalization}
|
10 |
model=load_model('g-cycleGAN-photo2monet-500images-epoch10_30_30_30_30_30_1000images_30_30_30.h5',cust)
|
11 |
-
|
12 |
path = [['ex1.jpg'], ['ex2.jpg'], ['ex4.jpg'],['ex6.jpg'],['ex7.jpg'],['ex8.jpg'],['ex9.jpg'],['ex10.jpg'],['ex12.jpg'],['ex13.jpg']]
|
13 |
|
14 |
# preprocess
|
|
|
8 |
|
9 |
cust = {'InstanceNormalization': InstanceNormalization}
|
10 |
model=load_model('g-cycleGAN-photo2monet-500images-epoch10_30_30_30_30_30_1000images_30_30_30.h5',cust)
|
|
|
11 |
path = [['ex1.jpg'], ['ex2.jpg'], ['ex4.jpg'],['ex6.jpg'],['ex7.jpg'],['ex8.jpg'],['ex9.jpg'],['ex10.jpg'],['ex12.jpg'],['ex13.jpg']]
|
12 |
|
13 |
# preprocess
|