kusumakar commited on
Commit
ec2ceea
·
1 Parent(s): 77cb7bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def main():
49
  image = Image.open(uploaded_file).convert("RGB")
50
 
51
  # context as prompt
52
- prompt = generate_captions(uploaded_file)
53
  st.write("The Context is:", prompt)
54
 
55
  # display the image
 
49
  image = Image.open(uploaded_file).convert("RGB")
50
 
51
  # context as prompt
52
+ prompt = generate_captions(image)
53
  st.write("The Context is:", prompt)
54
 
55
  # display the image