From ef4c2f910214795f82b767a9545b30bb76a8e3dc Mon Sep 17 00:00:00 2001 From: whitney Date: Mon, 14 Apr 2025 14:02:53 -0700 Subject: [PATCH] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3d5347e..0cb9025 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,9 @@ python main.py deactivate ``` +## Usage +Can specify prompt when calling script or will use default prompt. +``` +python main.py +python main.py --prompt "Generate an image for the 'Leonardo dicaprio cheers' meme with the text 'LANGGRAPH MEMES'." +```