Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ To use deploy this model a an Inference Endpoint you have to select `Custom` as
|
|
| 14 |
### expected Request payload
|
| 15 |
```json
|
| 16 |
{
|
| 17 |
-
"image": "/9j/4AAQSkZJRgA.....", encoded image
|
| 18 |
"text": "a photography of a"
|
| 19 |
}
|
| 20 |
```
|
|
|
|
| 14 |
### expected Request payload
|
| 15 |
```json
|
| 16 |
{
|
| 17 |
+
"image": "/9j/4AAQSkZJRgA.....", #encoded image
|
| 18 |
"text": "a photography of a"
|
| 19 |
}
|
| 20 |
```
|