jhj0517

Results 155 comments of jhj0517

Closing assuming this is solved. Feel free to re open!

Hi @tingtongdpnw. I could not reproduce the same bug with the latest version of the web ui. Can you try recording with the latest version of the web ui and...

Hi! I will look into this. I think it would be better to achieve this in another WebUI, Probably like the Whisper-Finetune-WebUI.

Hi. Updating your pytubefix may fix the bug. ``` pip install -U pytubefix ``` See: https://github.com/JuanBindez/pytubefix/issues/208#issuecomment-2323325194

I couldn't reproduce it anymore, `pytubefix` fixed a bug. Try to update `pytubefix` with ``` pip install -U pytubefix ``` Then it should work.

Hi. I'm not sure what caused this, but it's most likely caused by #271, which is now fixed. If you encounter the same bug with the new version, please include...

Since many people (probably without CUDA) have problem about compute type, I tried to fix it by updating the default compute type in #330.

Great, thanks for your efforts! I hope `turbo` will be officially added here soon! https://github.com/SYSTRAN/faster-whisper/blob/d57c5b40b06e59ec44240d93485a95799548af50/faster_whisper/utils.py#L12-L29

Hi. This would need some improvement on `gradio`. Afaik `gradio` doesn't currently provide a queue management UI like https://github.com/gradio-app/gradio/issues/10299, so this might take some time.

I wish this would be merged as a workaround until https://github.com/OpenNMT/CTranslate2/issues/1780 is fixed. When you install faster-whisper in a completely new environment, `torch` will be installed as the latest one...