Whisper-WebUI
Whisper-WebUI copied to clipboard
A Web UI for easy subtitle using whisper model.
OS: Ubuntu 24.04 noble(on the Windows Subsystem for Linux) When executing the install.sh, which actually performed a *pip install -r reguirements.txt* command, it turned out an error with pip. gradio...
Whisper has been incredibly good at transcription and subtitles, but the diarization feature, using https://huggingface.co/pyannote/speaker-diarization-3.0, looks like it isn't really reliable yet. I've done a few tests and all of...
Every time I enter a YouTube link and hit "Generate subtitle File", I always get an error. I'm even running as admin and completely reinstalled the app from scratch and...
Hi would be great to add the new whisper model https://huggingface.co/openai/whisper-large-v3-turbo and also enabled real time streaming with gradio 5.0 see: https://huggingface.co/spaces/KingNish/Realtime-whisper-large-v3-turbo
**Which OS are you using?** - OS: [Ubuntu 24.04] I am trying to transcribe videos meetings recorded in serveral formats, mostly mkv and mp4. Some of them are transcribed good,...
Transcription appears to be accurate, however the ending timestamps for each line are always set at the beginning timestamp of the next line, resulting in subtitles constantly displayed long after...
**Which OS are you using?** Windows 10 64 Bit, running latest version not in docker. Basically the issue is, if a subtitle's audio is actually spoken at let's say the...
When use "Click to Upload", we can upload videos. But when use "Input Folder Path", it just ignores videos, can only handle audios. And it will not recursively process when...
Use Mac OS Sonoma 14.5 I set --whisper_type=whisper and started to get this error: ``` Use "whisper" implementation Device "mps" is detected Running on local URL: http://127.0.0.1:7860 To create a...
Could we have a parameter like cpu_number= or cpu_threads, server_ip= and server_port= with the start script? app.py already has some parameters like this. Perhaps we could pass the parameters directly...