Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cociweb authored Feb 14, 2024
1 parent 023ff38 commit c901c73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_whisper/replacables/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ async def main() -> None:
),
installed=True,
languages=WHISPER_LANGUAGES,
version="1.0",
)
],
)
Expand Down Expand Up @@ -181,4 +182,4 @@ async def main() -> None:
try:
asyncio.run(main())
except KeyboardInterrupt:
pass
pass

0 comments on commit c901c73

Please sign in to comment.