Itcast commited on
Commit
d18242e
·
1 Parent(s): ba892d2

add some diff

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -23,9 +23,6 @@ def tensor_to_image(tensor):
23
 
24
  import tensorflow_hub as hub
25
 
26
- content_path = tf.keras.utils.get_file('YellowLabradorLooking_new.jpg',
27
- 'https://storage.googleapis.com/download.tensorflow.org/example_images/YellowLabradorLooking_new.jpg')
28
- style_path = tf.keras.utils.get_file('kandinsky5.jpg','https://storage.googleapis.com/download.tensorflow.org/example_images/Vassily_Kandinsky%2C_1913_-_Composition_7.jpg')
29
 
30
  def load_img(path_to_img):
31
  max_dim = 512
 
23
 
24
  import tensorflow_hub as hub
25
 
 
 
 
26
 
27
  def load_img(path_to_img):
28
  max_dim = 512