flaviagiammarino commited on
Commit
cf69efe
1 Parent(s): 33455bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -70,7 +70,7 @@ Each instance consists of an image-question-answer triplet.
70
  ```
71
  {
72
  'image': <PIL.JpegImagePlugin.JpegImageFile image mode=CMYK size=309x272>,
73
- 'question': 'Where are liver stem cells (oval cells) located?',
74
  'answer': 'in the canals of hering'
75
  }
76
  ```
 
70
  ```
71
  {
72
  'image': <PIL.JpegImagePlugin.JpegImageFile image mode=CMYK size=309x272>,
73
+ 'question': 'where are liver stem cells (oval cells) located?',
74
  'answer': 'in the canals of hering'
75
  }
76
  ```