Skip to content

Commit 3da0e94

Browse files
author
Chris Sreesangkom
committed
nit
1 parent ae5a2ff commit 3da0e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/remove_foreground.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
substrate = Substrate(api_key=api_key, timeout=60 * 5)
1717
prompt = "by edward hopper, a red leather wing chair in an open room, pillars, amazing painting composition"
18-
image = GenerateImage(prompt=prompt, negative_prompt="photo realistic")
18+
image = GenerateImage(prompt=prompt)
1919
mask = RemoveBackground(
2020
image_uri=image.future.image_uri,
2121
return_mask=True,

0 commit comments

Comments
 (0)