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!