You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to upload a file larger than 3GB using a component in stlite. While this works perfectly in Streamlit, attempting the same in stlite results in the following error:
NotReadableError: The requested file could not be read, typically due to permission problems that have occurred after a reference to a file was acquired
I am unsure if this is a limitation of stlite or an error on my part.
To handle large files, I added the following configuration in the stlite mount:
Hello,
I am trying to upload a file larger than 3GB using a component in stlite. While this works perfectly in Streamlit, attempting the same in stlite results in the following error:
I am unsure if this is a limitation of stlite or an error on my part.
To handle large files, I added the following configuration in the
stlite
mount:Thank you for your help, and congratulations on such an amazing project!
The text was updated successfully, but these errors were encountered: