harpreetsahota commited on
Commit
202d2bb
1 Parent(s): fb7e5ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -89,8 +89,8 @@ iface = gr.Interface(
89
  gr.components.Image(label="Skeleton Only")
90
  ],
91
  title="YOLO-NAS-Pose Demo",
92
- description="Upload an image, enter an image URL, or use your webcam to use a pretrained YOLO-NAS-Pose L for inference. You can check out the ",
93
- live=False,
94
  allow_flagging=False,
95
 
96
  )
 
89
  gr.components.Image(label="Skeleton Only")
90
  ],
91
  title="YOLO-NAS-Pose Demo",
92
+ 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).",
93
+ live=True,
94
  allow_flagging=False,
95
 
96
  )