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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,9 +13,9 @@ 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
 
18
- [![Model](https://img.shields.io/badge/%F0%9F%A4%97-Models-yellow)](https://www.google.com/)
19
 
20
  hello?""",
21
  inputs=[gr.Image(label='Input', type='pil'), gr.Slider(label='Threshold', minimum=0.0, maximum=1.0, value=0.3)],
 
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
 
18
+ [hello?](https://www.google.com/)
19
 
20
  hello?""",
21
  inputs=[gr.Image(label='Input', type='pil'), gr.Slider(label='Threshold', minimum=0.0, maximum=1.0, value=0.3)],