sourabhbargi11 commited on
Commit
b26fc84
·
verified ·
1 Parent(s): 0959b2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def main():
86
  image_processor, model,tokenizer, device = initialize_model()
87
 
88
  caption = generate_caption(image_processor, model, device, image)
89
- #caption="im here man"
90
  st.header("Caption:")
91
  st.markdown(f'**{caption}**')
92
 
 
86
  image_processor, model,tokenizer, device = initialize_model()
87
 
88
  caption = generate_caption(image_processor, model, device, image)
89
+
90
  st.header("Caption:")
91
  st.markdown(f'**{caption}**')
92