edgargg commited on
Commit
9b81f3f
1 Parent(s): 85a555b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -1,3 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  # `gradio_image_annotation`
3
  <a href="https://pypi.org/project/gradio_image_annotation/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_image_annotation"></a>
@@ -458,5 +475,4 @@ The code snippet below is accurate in cases where the component is used as both
458
  value: dict | None
459
  ) -> dict | None:
460
  return value
461
- ```
462
-
 
1
+ ---
2
+ tags:
3
+ - gradio-custom-component
4
+ - gradio-template-Image
5
+ - bounding box
6
+ - annotator
7
+ - annotate
8
+ - boxes
9
+ title: gradio_image_annotation V0.0.8
10
+ colorFrom: yellow
11
+ colorTo: green
12
+ sdk: docker
13
+ pinned: false
14
+ license: apache-2.0
15
+ short_description: A Gradio component for image annotation
16
+ ---
17
+
18
 
19
  # `gradio_image_annotation`
20
  <a href="https://pypi.org/project/gradio_image_annotation/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_image_annotation"></a>
 
475
  value: dict | None
476
  ) -> dict | None:
477
  return value
478
+ ```