Eugene Siow commited on
Commit
fe1abeb
1 Parent(s): 789f9df

Add footer style.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
 
5
  title = "Object Detection with YOLOv5"
6
  description = "Detect objects in images with YOLOv5 (You Only Look Once v5)"
7
- article = "<p style='text-align: center'><a href='https://news.machinelearning.sg/posts/object_detection_with_yolov5/'>Blog</a> | <a href='https://github.com/eugenesiow/practical-ml'>Github Repo</a></p>"
8
 
9
 
10
  def inference(img):
4
 
5
  title = "Object Detection with YOLOv5"
6
  description = "Detect objects in images with YOLOv5 (You Only Look Once v5)"
7
+ article = "<p style='text-align: center'><a href='https://news.machinelearning.sg/posts/object_detection_with_yolov5/' target='blank' class='footer'>Blog</a> | <a href='https://github.com/eugenesiow/practical-ml' target='_blank' class='footer'>Github Repo</a></p>"
8
 
9
 
10
  def inference(img):