Skip to content

Commit

Permalink
Prettification
Browse files Browse the repository at this point in the history
  • Loading branch information
pritianka committed Mar 8, 2024
1 parent eed5587 commit 9938407
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ def process_stream(stream):
"""
st.markdown(styl, unsafe_allow_html=True)

st.title('Describe an Image with LLaVa 📸')
picture = st.camera_input("Take a picture. Say Kubernetes!")
st.title(':grey[Describe an Image with LLaVa 📸]')
picture = st.camera_input("")

st.subheader(':grey[Take a picture. Say ] :blue[_Kubernetes_]:grey[!]')

if picture:
with open ('snap.jpg','wb') as f:
Expand Down

0 comments on commit 9938407

Please sign in to comment.