Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ demo = gr.Interface(fn=detect,
|
|
13 |
title='Foot Detection',
|
14 |
description="""by [Tony Assi](https://www.tonyassi.com/)
|
15 |
|
16 |
-
[
|
17 |
|
18 |
A lightweight Python module for detecting feet or shoes in images using a fine-tuned Faster R-CNN model, PyTorch + Torchvision.
|
19 |
|
|
|
13 |
title='Foot Detection',
|
14 |
description="""by [Tony Assi](https://www.tonyassi.com/)
|
15 |
|
16 |
+
[Model](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 |
|