jhj0517
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. 
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.  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.  You can tune parameters there. Please feel free to re-open about this!