I want to deploy streamlit app on azure web app which contains the model which is 1.30 GB.
I have configured the azure web app using the basic plan B1 and deployment strategy using local git and startup command as:
streamlit run app.py --server.port 8000 --server.address 0.0.0.0
I'm confused here. Should I direct push this big model to azure web app which I already did. Or is there any other way around?
Thank You in advance.





