Replies: 3 comments 6 replies
-
Hello @sharpi123, You can increase the limit (for example to 500 MB) by running: subsai-webui --server.maxMessageSize 500 But I think in your case (a movie will exceed 1GB probably) the webui will freeze and or may crash and it's not efficient. I would suggest to use the webui on a fragment of the file just to adjust the configs (like the model name, model size, etc) and once you get the prefect set of configurations depending on your machine capabilities, use the command line interface (CLI) to transcribe your larger files. |
Beta Was this translation helpful? Give feedback.
-
The server.maxMessageSize command doesn't work it is still showing 200mb limit only. |
Beta Was this translation helpful? Give feedback.
-
go to this folder C:\Users\Z.streamlit and create config.toml with contents as below and that's it. [server] maxMessageSize = 9999 |
Beta Was this translation helpful? Give feedback.
-
Hello. I am converting a movie, and the file size is over 200 megs. I get a message telling me that I can increase the limit, but I don't quite understand how. What steps would I have to follow to be able to do this?
Beta Was this translation helpful? Give feedback.
All reactions