Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|