English
poonai commited on
Commit
cc94a57
·
verified ·
1 Parent(s): 5fb1dcc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -41,5 +41,13 @@ To test the model and generate captions, run:
41
 
42
  This will process your input images and output captions using the trained model.
43
 
44
- Let me know if you want this added directly to your model card file!
 
 
 
 
 
 
 
 
45
 
 
41
 
42
  This will process your input images and output captions using the trained model.
43
 
44
+ ## Example
45
+
46
+ #### Input
47
+
48
+ ![test image](./test_image_0.png)
49
+
50
+ #### Output
51
+
52
+ `a boy holding a fish in the woods`
53