Skip to content

Commit

Permalink
Fix indentation in README for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko authored Sep 18, 2024
1 parent 84999fc commit 395c738
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 395c738

Please sign in to comment.