Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
title: Logo
|
3 |
-
emoji:
|
4 |
colorFrom: blue
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
@@ -13,8 +13,11 @@ Hey there!
|
|
13 |
Just pass an Image (with a logo you want to detect) as input and this model should be able to capture it!
|
14 |
|
15 |
Some example outputs:
|
|
|
16 |
https://cdn-images-1.medium.com/max/800/1*BZ8oHPOI49GGwy53QKiPBA.png
|
|
|
17 |
https://cdn-images-1.medium.com/max/800/1*9tupQ3rb3DF_PyeH2lKa_A.png
|
|
|
18 |
https://cdn-images-1.medium.com/max/1200/1*ICv-lIE0P40GnrXeDvZbOw.png
|
19 |
|
20 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Universal Logo Detector using YoloV7
|
3 |
+
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
|
|
13 |
Just pass an Image (with a logo you want to detect) as input and this model should be able to capture it!
|
14 |
|
15 |
Some example outputs:
|
16 |
+
|
17 |
https://cdn-images-1.medium.com/max/800/1*BZ8oHPOI49GGwy53QKiPBA.png
|
18 |
+
|
19 |
https://cdn-images-1.medium.com/max/800/1*9tupQ3rb3DF_PyeH2lKa_A.png
|
20 |
+
|
21 |
https://cdn-images-1.medium.com/max/1200/1*ICv-lIE0P40GnrXeDvZbOw.png
|
22 |
|
23 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|