schoemann commited on
Commit
e8aa3cc
·
1 Parent(s): 7f82873

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -58,10 +58,10 @@ def stylize(content_image, style_image,Center,Resize,image_size=(256, 256), pres
58
  return tensor_to_image(stylized_image)
59
 
60
  # Add image examples for users
61
- paris = ["example_paris.jpeg", "example_vangogh.jpeg"]
62
- cochem = []
63
- rheinwiesen = []
64
- Kaiserswerth = []
65
 
66
 
67
  # Customize interface
 
58
  return tensor_to_image(stylized_image)
59
 
60
  # Add image examples for users
61
+ paris = ["example_paris.jpeg", "example_vangogh.jpeg","Nein","Nein"]
62
+ #cochem = []
63
+ #rheinwiesen = []
64
+ #Kaiserswerth = []
65
 
66
 
67
  # Customize interface