From 5a00e1e2660a687eb75cc1549a371f86ce14ac17 Mon Sep 17 00:00:00 2001 From: zackees Date: Mon, 13 Feb 2023 16:58:27 -0800 Subject: [PATCH] fix https://github.com/zackees/transcribe-anything/issues/3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25f16bc..d0b0612 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ is closed then to get back into the environment `cd transcribe_anything` and exe * All tests are run by `tox`, simply go to the project directory root and run it. # Versions - * 2.1.0: Unknown args are now assumed to be for whisper and passed to it as-is. + * 2.1.0: Unknown args are now assumed to be for whisper and passed to it as-is. Fixes https://github.com/zackees/transcribe-anything/issues/3 * 2.0.13: Now works with python 3.9 * 2.0.12: Adds --device to argument parameters. This will default to CUDA if available, else CPU. * 2.0.11: Automatically deletes files in the out directory if they already exist.