BatuhanYilmaz26 / Auto-Subtitled-Video-Generator

Input a YouTube video link or upload a video file and get a video with subtitles.
https://huggingface.co/spaces/BatuhanYilmaz/Auto-Subtitled-Video-Generator
MIT License
101 stars 28 forks source link

Is it possible to transcribe files of more than 1gb? #5

Open jaden530 opened 1 year ago

jaden530 commented 1 year ago

If hosted on my own computer, could I do files larger than 1gb?

RayFernando1337 commented 3 months ago

Yes in .streamlit/config.toml change maxUploadSize=1028 to whatever size you want.

I have mine set at maxUploadSize=8000 as I've read that files over 10GB may cause memory issues with your browser. Test it out and give it a shot.