feat: Add Hugging Face article badge to app.py
Browse files
app.py
CHANGED
@@ -124,6 +124,9 @@ def create_gradio_interface():
|
|
124 |
<a href="https://github.com/tech4ai/t4ai-signature-detect-server">
|
125 |
<img src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white" alt="GitHub">
|
126 |
</a>
|
|
|
|
|
|
|
127 |
</div>
|
128 |
"""
|
129 |
)
|
|
|
124 |
<a href="https://github.com/tech4ai/t4ai-signature-detect-server">
|
125 |
<img src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white" alt="GitHub">
|
126 |
</a>
|
127 |
+
<a href="https://huggingface.co/blog/samuellimabraz/signature-detection-model">
|
128 |
+
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/paper-page-md-dark.svg" alt="Article">
|
129 |
+
</a>
|
130 |
</div>
|
131 |
"""
|
132 |
)
|