RuntimeError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you're on Streamlit Cloud, click on 'Manage app' in the lower right of your app)

I’m encountering an error while attempting to host my text-classification Streamlit app on Streamlit Community Cloud. The specific error can be viewed live on this link: https://asif-text-classification.streamlit.app/ , which provides details directly from the deployment.

GitHub Repository:

You can access the code I’m trying to host on my GitHub repository. The link is given below:

App Details:
Built using Hugging Face (transformers) and Streamlit.

Steps Taken by Me:
Ensure all necessary modules (such as transformers) are listed in requirements.txt.
Verified internet connectivity for model downloads.
Checked compatibility with Streamlit Community Cloud requirements.

Request for Assistance:
I would appreciate any insights or guidance on resolving this issue and successfully deploying my app.

Thank you for your support!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.