From eed5587f9b4732fdc875498fd8e6e02aedda29b1 Mon Sep 17 00:00:00 2001 From: pritianka Date: Fri, 8 Mar 2024 13:12:55 -0800 Subject: [PATCH] Some cosmetic changes --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 27d0b42..980eee2 100644 --- a/app.py +++ b/app.py @@ -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: