Spaces:
Runtime error
Runtime error
Edgar
commited on
Commit
•
6242cb4
1
Parent(s):
dfd748f
Updated version
Browse files
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>
|
|
|
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.2.3
|
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>
|
gradio_image_annotation-0.2.2-py3-none-any.whl
DELETED
Binary file (78.6 kB)
|
|
gradio_image_annotation-0.2.3-py3-none-any.whl
ADDED
Binary file (85.2 kB). View file
|
|
requirements.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
gradio_image_annotation
|
|
|
1 |
+
gradio_image_annotation==0.2.3
|