-
Notifications
You must be signed in to change notification settings - Fork 106
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
How to add space between subtitles? #91
Comments
Yes I noticed the same with |
Hello, thanks a lot. Want to ask one more thing. Subtitles sometimes go out of sync when using Faster-Whisper. Is there any way to fix this? It's seriously going very out of sync. However, the conversation is not intense. |
Hello, if the subtitles are out of sync you can try |
TypeError: TranscriptionOptions.new() missing 3 required positional arguments: 'repetition_penalty', 'no_repeat_ngram_size', and 'prompt_reset_on_temperature' WhisperX is broken. It gives this error but there is no place to put these parameters on webui |
@erturkdotgg, this is an issue with WhisperX, see #486 People reported that cloning the project and install it in editable mode seems to fix the issue. You can give it a try: git clone https://github.com/m-bain/whisperX.git
cd whisperX
pip install -e . |
Yeah it fixed but sadly faster-whisper and whisperX do not have rocM AMD support. So i need to use whispercpp for AMD GPU support but sadly whispercpp also has subtitle space issue. I'm so confused |
@erturkdotgg, in that case you either have to use |
Hello. There is no space between two sentences when using whisper.ccp model. In other words, when the speaker finishes the sentence, the subtitle is still shown. I just want it to be displayed only when speaker is speaking. But subtitles always appear. What setting should I change?
The text was updated successfully, but these errors were encountered: