akhaliq HF staff commited on
Commit
e348431
Β·
1 Parent(s): 514e9b7

add link to github

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,4 +187,4 @@ with torch.no_grad():
187
  for opt.weights in ['yolov7.pt']:
188
  strip_optimizer(opt.weights)
189
 
190
- gr.Interface(detect,gr.Image(type="pil"), gr.Image(type="pil"),title="Yolov7",examples=[["horses.jpeg"]],description="demo for WongKinYiu/yolov7 Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors").launch()
 
187
  for opt.weights in ['yolov7.pt']:
188
  strip_optimizer(opt.weights)
189
 
190
+ gr.Interface(detect,gr.Image(type="pil"), gr.Image(type="pil"),title="Yolov7",examples=[["horses.jpeg"]],description="demo for <a href='https://github.com/WongKinYiu/yolov7' style='text-decoration: underline' target='_blank'>WongKinYiu/yolov7</a> Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors").launch()