Spaces:
Runtime error
Runtime error
Update neural_style.py
Browse files- neural_style.py +1 -1
neural_style.py
CHANGED
@@ -58,7 +58,7 @@ class TransferParams():
|
|
58 |
style_image = 'examples/inputs/seated-nude.jpg'
|
59 |
style_blend_weights = None
|
60 |
content_image = 'examples/inputs/tubingen.jpg'
|
61 |
-
image_size =
|
62 |
gpu = "c"
|
63 |
content_weight = 5e0
|
64 |
style_weight = 1e2
|
|
|
58 |
style_image = 'examples/inputs/seated-nude.jpg'
|
59 |
style_blend_weights = None
|
60 |
content_image = 'examples/inputs/tubingen.jpg'
|
61 |
+
image_size = 300
|
62 |
gpu = "c"
|
63 |
content_weight = 5e0
|
64 |
style_weight = 1e2
|