Update main.py
This commit is contained in:
@@ -57,7 +57,7 @@ def main():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--whisper-model",
|
"--whisper-model",
|
||||||
type=str,
|
type=str,
|
||||||
default=os.environ.get("WHISPER_MODEL", "base"),
|
default=os.environ.get("WHISPER_MODEL", "turbo"),
|
||||||
help="The Whisper model to use for STT",
|
help="The Whisper model to use for STT",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user