harpreetsahota commited on
Commit
003af74
β€’
1 Parent(s): 2cdc5a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ iface = gr.Interface(
85
  gr.components.Image(label="Skeleton Only")
86
  ],
87
  title="YOLO-NAS-Pose Demo",
88
- description="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).",
89
  live=True,
90
  allow_flagging=False,
91
 
 
85
  gr.components.Image(label="Skeleton Only")
86
  ],
87
  title="YOLO-NAS-Pose Demo",
88
+ description="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). The official home of YOLO-NAS-Pose is SuperGradients, [gives us a ⭐️ on GitHub!](https://github.com/Deci-AI/super-gradients)",
89
  live=True,
90
  allow_flagging=False,
91