While doing Google Pegasus summarization, I keep getting this error.
When I run on colab it runs smoothly.
However, on streamlit the fifth file (of 2.12 GB) doesn’t get downloaded and throws this error.
While doing Google Pegasus summarization, I keep getting this error.
When I run on colab it runs smoothly.
However, on streamlit the fifth file (of 2.12 GB) doesn’t get downloaded and throws this error.
Hey @somanyadav
I see that out of all the files that your app seems to be downloading, the size of the last file is over 2 GB. If you are on the Teams plan of Streamlit Cloud, this shouldn’t be a problem however if you are on the Community (free) plan, the maximum resources per app is capped at 1 GB so your app is running out of memory hence that explains the error.
Best,
Kanak
Oh… okay. Thanks once again ![]()
I believe it will work locally on my laptop.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.