Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# `gradio_polygonannotator`
|
| 3 |
<img alt="Static Badge" src="https://img.shields.io/badge/version%20-%200.1.0%20-%20orange"> <a href="https://github.com/yourusername/gradio-polygonannotator/issues" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/Issues-white?logo=github&logoColor=black"></a>
|
|
@@ -380,5 +396,4 @@ The code snippet below is accurate in cases where the component is used as both
|
|
| 380 |
value: dict | None
|
| 381 |
) -> dict | None:
|
| 382 |
return value
|
| 383 |
-
```
|
| 384 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- gradio-custom-component
|
| 4 |
+
- Polygon
|
| 5 |
+
- viewer
|
| 6 |
+
- annotations
|
| 7 |
+
title: gradio_polygonannotator
|
| 8 |
+
short_description: Polygon viewer tool for Gradio
|
| 9 |
+
colorFrom: blue
|
| 10 |
+
colorTo: yellow
|
| 11 |
+
sdk: gradio
|
| 12 |
+
pinned: false
|
| 13 |
+
app_file: app.py
|
| 14 |
+
emoji: 👀
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
|
| 18 |
# `gradio_polygonannotator`
|
| 19 |
<img alt="Static Badge" src="https://img.shields.io/badge/version%20-%200.1.0%20-%20orange"> <a href="https://github.com/yourusername/gradio-polygonannotator/issues" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/Issues-white?logo=github&logoColor=black"></a>
|
|
|
|
| 396 |
value: dict | None
|
| 397 |
) -> dict | None:
|
| 398 |
return value
|
| 399 |
+
```
|
|
|