From aba2e0ddd25f60fca4d92b8017e217115774a468 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 2 Apr 2025 10:01:56 -0400 Subject: [PATCH] [DATALAD RUNCMD] run codespell throughout fixing few left typos automagically === Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ --- community_usecase/virtual_fitting_room/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community_usecase/virtual_fitting_room/readme.md b/community_usecase/virtual_fitting_room/readme.md index 03a69ac..b1435e5 100644 --- a/community_usecase/virtual_fitting_room/readme.md +++ b/community_usecase/virtual_fitting_room/readme.md @@ -7,7 +7,7 @@ All with one prompt 🪄 ## Dependencies: - 1. I made some modificaitons to the camel repo so please first run "git clone -b feature/virtual-try-on-toolkit-and-partial-screenshot --single-branch https://github.com/camel-ai/camel.git" + 1. I made some modifications to the camel repo so please first run "git clone -b feature/virtual-try-on-toolkit-and-partial-screenshot --single-branch https://github.com/camel-ai/camel.git" 2. fill in your klingai api keys for virtual try-on in camel/toolkits/virtual_try_on_toolkit.py (you can get it from https://klingai.kuaishou.com/dev-center) 3. pip install the above cloned repo