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 de5fccb commit 6196c37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion standalone_whisper/common/replacables/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ async def main() -> None:
),
installed=True,
languages=WHISPER_LANGUAGES,
version="1.0",
)
],
)
Expand Down Expand Up @@ -200,4 +201,4 @@ def run() -> None:
try:
run()
except KeyboardInterrupt:
pass
pass

0 comments on commit 6196c37

Please sign in to comment.