From 395c73850eea0a6e7f9aa94df7131048fe10bfc9 Mon Sep 17 00:00:00 2001 From: Kaustubh Maske Patil <37668193+nikochiko@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:55:51 +0530 Subject: [PATCH] Fix indentation in README for consistency --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8d2656..a2ec7f3 100644 --- a/README.md +++ b/README.md @@ -93,9 +93,9 @@ client = AsyncGooey( async def main() -> None: await client.lipsync( - input_face="./path/to/face.mp4", - input_audio="./path/to/audio.mp3", -) + input_face="./path/to/face.mp4", + input_audio="./path/to/audio.mp3", + ) asyncio.run(main())