release 3.27 (#3863)

This commit is contained in:
Abubakar Abid 2023-04-14 20:30:20 -07:00 committed by GitHub
parent 1f246d9d1e
commit 35507fd258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 2 deletions

View File

@ -3,6 +3,36 @@
## New Features:
No changes to highlight.
## Bug Fixes:
No changes to highlight.
## Documentation Changes:
No changes to highlight.
## Testing and Infrastructure Changes:
No changes to highlight.
## Breaking Changes:
No changes to highlight.
## Full Changelog:
No changes to highlight.
## Contributors Shoutout:
No changes to highlight.
# Version 3.27.0
## New Features:
### AnnotatedImage Component
New AnnotatedImage component allows users to highlight regions of an image, either by providing bounding boxes, or 0-1 pixel masks. This component is useful for tasks such as image segmentation, object detection, and image captioning.

View File

@ -1 +1 @@
3.26.0
3.27.0

View File

@ -3,7 +3,7 @@ aiohttp
altair>=4.2.0
fastapi
ffmpy
gradio_client==0.1.2
gradio_client>=0.1.3
httpx
huggingface_hub>=0.13.0
Jinja2