nishantguvvada commited on
Commit
66f98ad
·
1 Parent(s): 4c488c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ st.write("""
56
  """
57
  )
58
 
59
- file = st.file_uploader("Upload any image and the model will try to provide a caption to it!", type= ['png', 'jpg'])
60
 
61
 
62
 
 
56
  """
57
  )
58
 
59
+ file = st.file_uploader("Upload an image to generate captions!", type= ['png', 'jpg'])
60
 
61
 
62