Spaces:
Runtime error
Runtime error
Franco Astegiano
commited on
Update tf_hub_fast_style_transfer_for_arbitrary_styles.py
Browse files
examples/colab/tf_hub_fast_style_transfer_for_arbitrary_styles.py
CHANGED
@@ -111,8 +111,8 @@ def show_n(images, titles=('',)):
|
|
111 |
|
112 |
# @title Load example images { display-mode: "form" }
|
113 |
|
114 |
-
content_image_url = 'https://
|
115 |
-
style_image_url = 'https://
|
116 |
output_image_size = 384 # @param {type:"integer"}
|
117 |
|
118 |
# The content image size can be arbitrary.
|
|
|
111 |
|
112 |
# @title Load example images { display-mode: "form" }
|
113 |
|
114 |
+
content_image_url = 'https://live.staticflickr.com/65535/52032998695_f57c61746c_c.jpg' # @param {type:"string"}
|
115 |
+
style_image_url = 'https://live.staticflickr.com/65535/52032731604_a815a0b19f_c.jpg' # @param {type:"string"}
|
116 |
output_image_size = 384 # @param {type:"integer"}
|
117 |
|
118 |
# The content image size can be arbitrary.
|