sayakpaul HF Staff commited on
Commit
e725839
·
verified ·
1 Parent(s): 6097fae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ image = character_pipe(
21
  prompt=(
22
  '''Youtube thumbnail of a women texting on iphone. Graphic overlay of text bubble "🤗"'''
23
  ),
24
- character_image=load_image("yiyi_3.jpg"),
25
  output="image"
26
  )
27
 
 
21
  prompt=(
22
  '''Youtube thumbnail of a women texting on iphone. Graphic overlay of text bubble "🤗"'''
23
  ),
24
+ character_image=load_image(PATH_TO_IMAGE),
25
  output="image"
26
  )
27