tonyassi commited on
Commit
1cfbb3d
·
verified ·
1 Parent(s): 9e87a64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -12,6 +12,8 @@ def detect(img, threshold):
12
  demo = gr.Interface(fn=detect,
13
  title='Foot Detection',
14
  description="""by [Tony Assi](https://www.tonyassi.com/)
 
 
15
 
16
  A lightweight Python module for detecting feet or shoes in images using a fine-tuned Faster R-CNN model, PyTorch + Torchvision.
17
 
 
12
  demo = gr.Interface(fn=detect,
13
  title='Foot Detection',
14
  description="""by [Tony Assi](https://www.tonyassi.com/)
15
+
16
+ [![Model](https://img.shields.io/badge/%F0%9F%A4%97-Models-yellow)](https://huggingface.co/tonyassi/foot-detection)
17
 
18
  A lightweight Python module for detecting feet or shoes in images using a fine-tuned Faster R-CNN model, PyTorch + Torchvision.
19