fix client

This commit is contained in:
Jeff Epler 2024-09-02 10:01:23 -05:00
parent 0d28ef6167
commit caebeba37d

View file

@ -80,7 +80,6 @@ def main(size, steps, action, negative_prompt, elaborate_instruction, url, qstr=
prompt = sys.stdin.read()
else:
prompt = input("Image description: ")
raise SystemExit(f"{qstr=!r} {prompt=!r}")
width, height = map(int, size.split("x"))