Franco Astegiano commited on
Commit
d1506f9
·
unverified ·
1 Parent(s): 4849dff

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://freeimage.host/i/VsCchl' # @param {type:"string"}
115
- style_image_url = 'https://freeimage.host/i/VsC5kG' # @param {type:"string"}
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.