We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should increase the maximun size for the upload files if we want to host the Transformer Kiwi models on Streamlit Sharing.
We can add a ~/.streamlit/config.toml file with
~/.streamlit/config.toml
[server] maxUploadSize = 4000
but that file should live in a home somewhere. No idea how that should work on the Streamlit Serving app.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We should increase the maximun size for the upload files if we want to host the Transformer Kiwi models on Streamlit Sharing.
We can add a
~/.streamlit/config.toml
file withbut that file should live in a home somewhere. No idea how that should work on the Streamlit Serving app.
The text was updated successfully, but these errors were encountered: