You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/healthcare-ai/deploy-medimageparse.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ Response payload is a list of JSON-formatted strings each corresponding to a sub
183
183
```
184
184
185
185
### 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.
187
187
188
188
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).
0 commit comments