Commit 17c7154a authored by Muyang Li's avatar Muyang Li
Browse files

chore: fix a typo

parent d797a26d
......@@ -24,7 +24,7 @@ prompt = """Bookstore window display. A sign displays “New Arrivals This Week
negative_prompt = " " # using an empty string if you do not have specific concept to remove
image = pipe(
prompt=prompt + positive_magic["eh"],
prompt=prompt + positive_magic["en"],
negative_prompt=negative_prompt,
width=1664,
height=928,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment