jkang commited on
Commit
bc0b655
1 Parent(s): bcee341

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ import tensorflow as tf
32
  from huggingface_hub import from_pretrained_keras
33
  model = from_pretrained_keras("jkang/drawing-artist-classifier")
34
 
35
- image_file = 'kandinski.jpg'
36
  img = tf.io.read_file(image_file)
37
  img = tf.io.decode_jpeg(img, channels=3)
38
 
32
  from huggingface_hub import from_pretrained_keras
33
  model = from_pretrained_keras("jkang/drawing-artist-classifier")
34
 
35
+ image_file = 'monet.jpg'
36
  img = tf.io.read_file(image_file)
37
  img = tf.io.decode_jpeg(img, channels=3)
38