ashok2216 commited on
Commit
080fd62
·
verified ·
1 Parent(s): cbdd70c

Create model_card.json

Browse files
Files changed (1) hide show
  1. model_card.json +9 -0
model_card.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "widget": {
3
+ "type": "image-to-text",
4
+ "example": {
5
+ "image_url": "https://example.com/sample-image.jpg",
6
+ "prompt": "Describe this image in one sentence."
7
+ }
8
+ }
9
+ }