From ca851f891c1df2bf7bc4d0a111a709fbda01c4d0 Mon Sep 17 00:00:00 2001 From: "Lu[ke] Wilson" Date: Mon, 20 Nov 2023 15:47:10 +0000 Subject: [PATCH] prompt --- src/components/live-image.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/live-image.tsx b/src/components/live-image.tsx index fd8bc7d..3cae4fb 100644 --- a/src/components/live-image.tsx +++ b/src/components/live-image.tsx @@ -37,7 +37,7 @@ type Output = { }; // TODO make this an input on the canvas -const PROMPT = "a sunset at a tropical beach with palm trees"; +const PROMPT = "a city skyline"; export function LiveImage() { const editor = useEditor();