abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️
https://abdeladim-s.github.io/subsai/
GNU General Public License v3.0
1.16k stars 96 forks source link

WebUI process dies immediately when finishing transcription #82

Open conlanpatrek opened 7 months ago

conlanpatrek commented 7 months ago

Running on Windows 11, CUDA (NVidia RTX 3090) python 3.10.6

Server is run with subsai-webui --server.maxUploadSize 50000 in case that's relevant.

using faster-whisper and large-v2

Trying to process a 1hr 17min wav file, just under 900mb. It gets to the final segment it just shuts down with no error message, as if the process exited successfuly. The UI does not get updated, and the transcriptions are inaccessible. Tried both headless and no. No difference. Can't actually export srts from the UI because of this. I was hoping to use the webui because i have other AI generative stuff on this server, but work on different computers at home.

I do get an occasional message on the ui that says "Connection failed with status 0"

Not sure what i'm doing wrong here. LMK what other details you need.

abdeladim-s commented 7 months ago

@conlanpatrek, Could you please provide more details ? There are no errors on the terminal ?

conlanpatrek commented 7 months ago