Update README.md
Browse files
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(
|
| 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 |
|