Skip to content

Commit

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

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

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

0 comments on commit eed5587

Please sign in to comment.