Fix task tag
Browse filesWe are adding a new task to Hugging Face Hub for keypoint-detection, so changing pipeline tag
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: pytorch
|
3 |
license: apache-2.0
|
4 |
-
pipeline_tag:
|
5 |
tags:
|
6 |
- real_time
|
7 |
- android
|
|
|
1 |
---
|
2 |
library_name: pytorch
|
3 |
license: apache-2.0
|
4 |
+
pipeline_tag: keypoint-detection
|
5 |
tags:
|
6 |
- real_time
|
7 |
- android
|