jhj0517
jhj0517
Hi, This is difficult to achieve than it seems, because afaik, there's no such parameter in Whisper that allows adjusting each segment length individually. So this feature will likely require...
Cool. If CLI is enabled in this project, it would be better to be integrated with another project like this. Thanks for nice project!
> Hi, I wonder if there is a solution for you now. Many thanks! Sadly no :( haha.. I'd appreciate if someone would make PR or have discussion about it...
Hi, Thanks for your suggestion! Similar to #398, it seems there's a lot more people asking for this feature than I thought. Probably running a fully dependent thread for it,...
Thanks for uploading the sample! I'll test & try to find out what the problem is, and what could be better. +) The first halluication part is 18:27 ~ 19:21
OK, based on the subtitle you posted, the first hallucination part is ( 00:18:27,870 --> 00:19:23,870 ). Let's focus on removing this hallucination part. First of all, the part is...
> Subtitle.zip That's too different result than mine, would you copy + paste this into [default_parameters.yaml](https://github.com/jhj0517/Whisper-WebUI/blob/master/configs/default_parameters.yaml) and try again? The app will be automatically start with the settings below. ```...
Both whisperX and Whisper-WebUI use `faster-whisper` for transcription. The reason why it gets better results is probably because it uses a different implementation of the VAD. Just like #287, this...
Hi, Thanks. Can you link me the Whisper CLI project? I think a different VAD implementation caused this, I should look into it.
Hi. I just tried to reproduce this in the latest version of the WebUI and failed. Currently automatically cached gradio files are cleaned up by this line : https://github.com/jhj0517/Whisper-WebUI/blob/bc6b2e9bde036d5ed53f6697aaa9ef12d7348f5e/app.py#L24 It...