Spaces:
Build error
Build error
ayaderaghul
commited on
Commit
•
2f6d9f3
1
Parent(s):
ff3d2a5
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import numpy as np
|
|
7 |
import tensorflow as tf
|
8 |
|
9 |
cust = {'InstanceNormalization': InstanceNormalization}
|
10 |
-
model=load_model('g-cycleGAN-photo2monet-500images-
|
11 |
|
12 |
path = [['ex1.jpg'], ['ex2.jpg'], ['ex3.jpg'],['ex4.jpg'],['ex5.jpg'],['ex6.jpg'],['ex7.jpg']]
|
13 |
|
|
|
7 |
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.h5',cust)
|
11 |
|
12 |
path = [['ex1.jpg'], ['ex2.jpg'], ['ex3.jpg'],['ex4.jpg'],['ex5.jpg'],['ex6.jpg'],['ex7.jpg']]
|
13 |
|