Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alter Faster-whisper #439

Open
TXWG1911 opened this issue Jan 3, 2025 · 1 comment
Open

Alter Faster-whisper #439

TXWG1911 opened this issue Jan 3, 2025 · 1 comment
Labels
question Further information is requested

Comments

@TXWG1911
Copy link

TXWG1911 commented Jan 3, 2025

Greetings. Thanks for the great project. I wonder how can I change the defult mode from faster-whisper to the regular open ai whisper? Sorry for the entry-level question. Your work offers a great convenience.

@jhj0517 jhj0517 added the question Further information is requested label Jan 3, 2025
@jhj0517
Copy link
Owner

jhj0517 commented Jan 3, 2025

Hi, Thanks for the raising the issue.
I probably should have written it in the readme file somewhere.

You can use some CLI options when running app.py.

python app.py --whisper_type whisper

or

python app.py --whisper_type insanely-fast-whisper

or

python app.py --whisper_type faster-whisper

The default argument used is faster-whisper.

For more CLI options, you can see :
https://github.com/jhj0517/Whisper-WebUI/wiki/Command-Line-Arguments#arguments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants