My python app contains "Auto-Model-For-Sequence-Classification" which requires Pytorch. Can it be deployed as a web app on Heroku or GitHub as it uses Pytorch?

A newbie here.
I just made a Python app (something like a twitter sentiment analysis kindof thing) and realized it needs Pytorch for AutoModelForSequenceClassification module. Pytorch is almost 200 MB alone. Can it be deployed as a web application without any troubles?

Yes that should be totally fine but FWIW we help you manage some of these complexities here GitHub - pytorch/serve: Serve, optimize and scale PyTorch models in production

I haven’t tried running PyTorch with Heroku but we install PyTorch all the time to run our CI in Github Actions and it works great