samuellimabraz commited on
Commit
715b874
·
unverified ·
1 Parent(s): 3f4410f

feat: Add Hugging Face article badge to app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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
  )