ChrisMofus commited on
Commit
283cc37
1 Parent(s): f65f370

Update text prompts

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ if uploaded_file is not None:
22
 
23
  # Create inputs
24
  prompts = [
25
- "<image>",
26
  ]
27
  images = [image]
28
  inputs = processor(text=prompts, images=images, padding=True, return_tensors="pt")
 
22
 
23
  # Create inputs
24
  prompts = [
25
+ "Describe the image in a few sentences.",
26
  ]
27
  images = [image]
28
  inputs = processor(text=prompts, images=images, padding=True, return_tensors="pt")