Spaces:
Build error
Build error
harpreetsahota
commited on
Commit
·
f0f29fe
1
Parent(s):
99a0703
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ iface = gr.Interface(
|
|
89 |
gr.components.Image(label="Skeleton Only")
|
90 |
],
|
91 |
title="YOLO-NAS-Pose Demo",
|
92 |
-
|
93 |
live=True,
|
94 |
allow_flagging=False,
|
95 |
|
|
|
89 |
gr.components.Image(label="Skeleton Only")
|
90 |
],
|
91 |
title="YOLO-NAS-Pose Demo",
|
92 |
+
title3="Upload an image, enter an image URL, or use your webcam to use a pretrained YOLO-NAS-Pose L for inference. Get more hands-on with the [starter notebook for inference](https://bit.ly/yn-pose-inference), and learn how to fine-tune your own model with the [fine-tuning notebook](https://bit.ly/yn-pose-fine-tuning).",
|
93 |
live=True,
|
94 |
allow_flagging=False,
|
95 |
|