jhj0517

Results 137 comments of jhj0517

working on fastapi on #191

The button opens the folder where the subtitle files are located. `os.system(f"start outputs")` should also work on Ubuntu. But if you use Colab, the button doesn't work. You can use...

Added output in #76. With latest commits, Now the subtitle files are displayed for output. ![sa](https://github.com/jhj0517/Whisper-WebUI/assets/97279763/7cb6c8c1-1bbe-47f5-aac9-66af43a0c7b3)

The folder button just opens the [outputs](https://github.com/jhj0517/Whisper-WebUI/tree/master/outputs) folder. I don't know why `os.system(f"start outputs")` doesn't work in Ubuntu. Any PR for this would be great.

Hi @guansk . Thanks for the suggestion. > 1. Collapsible Advanced Options: Add a foldable section for advanced prompt settings. I'm working on this to "Advanced Options" feature, I'd make...

Hi @moonjy1120 , It seems that this feature would only be used in Colab, So I should probably add an argument like `--is_colab_user` and use it.

Hi, sorry for the late reply. The feature for load & cache parameters is applied in #255. You can update defaults in [default_parameters.yaml](https://github.com/jhj0517/Whisper-WebUI/blob/master/configs/default_parameters.yaml). If you have any problems with it,...

"Input Folder Path" component added. ![image](https://github.com/jhj0517/Whisper-WebUI/assets/97279763/1b52c9e0-664d-4027-8506-cbae2c5554dc) It will read all media files in the folder and transcribe if it's not empty. Note that this tab only appears if you use...

Hi @Trevor-Z ! According to faster-whisper, the vad filter (Silero VAD) is turned off by default. So it's turned off when you just transcribed in this webui. I may have...

VAD filter is added on the WebUI. ![image](https://github.com/user-attachments/assets/d095490e-c4d8-4732-9c40-daa900698ae6) You can tune parameters there. Please feel free to re-open about this!