LinhIcey commited on
Commit
cf77842
1 Parent(s): a813303

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -133,7 +133,7 @@ for image, text in zip(image_url, prompt):
133
  )
134
  generated_text = processor.batch_decode(outputs, skip_special_tokens=True)[0].strip()
135
  print(generated_text, '\n')
136
-
137
 
138
  ### 零样本图像描述 & 通用视觉问答 (Zero-shot Image Captioning & General VQA)
139
  ![](assets/image_caption_vqa.jpg)
 
133
  )
134
  generated_text = processor.batch_decode(outputs, skip_special_tokens=True)[0].strip()
135
  print(generated_text, '\n')
136
+ ```
137
 
138
  ### 零样本图像描述 & 通用视觉问答 (Zero-shot Image Captioning & General VQA)
139
  ![](assets/image_caption_vqa.jpg)