ckandemir commited on
Commit
529258c
·
1 Parent(s): 8d00249

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
  ```