moranyanuka commited on
Commit
fc6cc98
1 Parent(s): 38ead43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -100,7 +100,7 @@ inputs = processor(raw_image, text, return_tensors="pt").to("cuda", torch.float1
100
 
101
  out = model.generate(**inputs)
102
  print(processor.decode(out[0], skip_special_tokens=True))
103
- # >>> a photography of a woman and a dog
104
 
105
  # unconditional image captioning
106
  inputs = processor(raw_image, return_tensors="pt").to("cuda", torch.float16)
 
100
 
101
  out = model.generate(**inputs)
102
  print(processor.decode(out[0], skip_special_tokens=True))
103
+ # >>> a photography of a woman and her dog on the beach
104
 
105
  # unconditional image captioning
106
  inputs = processor(raw_image, return_tensors="pt").to("cuda", torch.float16)