Skip to content

Instantly share code, notes, and snippets.

@poojatambe
Created June 6, 2022 16:09
Show Gist options
  • Save poojatambe/6d108d759e96bfa6c0854244fef70c81 to your computer and use it in GitHub Desktop.
Save poojatambe/6d108d759e96bfa6c0854244fef70c81 to your computer and use it in GitHub Desktop.
st.markdown('<h1 style="color:black;">Vgg 19 Image classification model</h1>', unsafe_allow_html=True)
st.markdown('<h2 style="color:gray;">The image classification model classifies image into following categories:</h2>', unsafe_allow_html=True)
st.markdown('<h3 style="color:gray;"> street, buildings, forest, sea, mountain, glacier</h3>', unsafe_allow_html=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment