Create model_card.json
Browse files- 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 |
+
}
|