Skip to content

Commit 1d6a559

Browse files
author
Ivan Tarapov
committed
fixed 8bit->rgb in mip spec
1 parent c660824 commit 1d6a559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/healthcare-ai/deploy-medimageparse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Response payload is a list of JSON-formatted strings each corresponding to a sub
183183
```
184184

185185
### Supported Image Formats
186-
The deployed model API supports images encoded in PNG format. For optimal results we recommend using uncompressed/lossless PNGs with 8-bit monochromatic images.
186+
The deployed model API supports images encoded in PNG format. For optimal results we recommend using uncompressed/lossless PNGs with RGB images.
187187

188188
Note that as described above in the API spec, the model only accepts images in the resolution of `1024x1024`pixels. Images need to be resized and padded (in case of non-square aspect ratio).
189189

0 commit comments

Comments
 (0)