This commit is contained in:
Lu[ke] Wilson 2023-11-20 15:47:10 +00:00
parent 6f6bcc4584
commit ca851f891c
1 changed files with 1 additions and 1 deletions

View File

@ -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();