Vageesh1 commited on
Commit
bc79004
·
1 Parent(s): e2d9eab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ model = model.eval()
49
 
50
  def ui():
51
  st.markdown("# Image Captioning")
52
- st.markdown("## Done By- Vageesh, Rushil and Girish")
53
  uploaded_file = st.file_uploader("Upload an Image", type=['png', 'jpeg', 'jpg'])
54
 
55
  if uploaded_file is not None:
 
49
 
50
  def ui():
51
  st.markdown("# Image Captioning")
52
+ # st.markdown("## Done By- Vageesh, Rushil and Girish")
53
  uploaded_file = st.file_uploader("Upload an Image", type=['png', 'jpeg', 'jpg'])
54
 
55
  if uploaded_file is not None: