GordonM commited on
Commit
ba53836
1 Parent(s): dfc8a54

Add links to description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ outputs = gr.outputs.Image(type="pil", label="Output Image")
30
 
31
  title = "Marsupial"
32
  description = "Detect and identify 72 different species of Australian wildlife using Marsupial's most detailed model"
33
- article = "<p style='text-align: center'>This app makes predictions using a YOLOv5s model that was trained to detect and identify 72 different species of animals found in Australia in camera trap images; find out more about the project on <a href='https://github.com/Sydney-Informatics-Hub/marsupial'>GitHub</a>. This app was built by Dr Henry Lydecker and Dr Gordon MacDonald at the Sydney Informatics Hub, a Core Research Facility at the University of Sydney. Find out more about the YOLO model from the original creator, <a href='https://pjreddie.com/darknet/yolo/'>Joseph Redmon</a>. YOLOv5 is a family of compound-scaled object detection models trained on the COCO dataset and developed by Ultralytics, and includes simple functionality for Test Time Augmentation (TTA), model ensembling, hyperparameter evolution, and export to ONNX, CoreML and TFLite. <a href='https://github.com/ultralytics/yolov5'>Source code</a> | <a href='https://pytorch.org/hub/ultralytics_yolov5'>PyTorch Hub</a></p>"
34
 
35
  examples = [['data/eastern_grey_kangaroo.jpg'],['data/red_fox.jpg'],['data/brushtail_possum.jpg'],['data/koala2.jpg'],['data/cat1.jpg'],['data/australian_magpie.jpg']]
36
  gr.Interface(yolo, inputs, outputs, title=title, description=description, article=article, examples=examples, theme="huggingface").launch(enable_queue=True)
 
30
 
31
  title = "Marsupial"
32
  description = "Detect and identify 72 different species of Australian wildlife using Marsupial's most detailed model"
33
+ article = "<p style='text-align: center'>The <a href='http://marsupial.ai/'>marsupial app</a> makes predictions using a YOLOv5s model that was trained to detect and identify 72 different species of animals found in Australia in camera trap images; find out more about the project on <a href='https://github.com/Sydney-Informatics-Hub/marsupial'>GitHub</a>. This app was built by Dr Henry Lydecker and Dr Gordon McDonald at the <a href='https://sydney.edu.au/sydney-informatics-hub'>Sydney Informatics Hub</a>, a Core Research Facility at the University of Sydney. Find out more about the YOLO model from the original creator, <a href='https://pjreddie.com/darknet/yolo/'>Joseph Redmon</a>. YOLOv5 is a family of compound-scaled object detection models trained on the COCO dataset and developed by Ultralytics, and includes simple functionality for Test Time Augmentation (TTA), model ensembling, hyperparameter evolution, and export to ONNX, CoreML and TFLite. <a href='https://github.com/ultralytics/yolov5'>Source code</a> | <a href='https://pytorch.org/hub/ultralytics_yolov5'>PyTorch Hub</a></p>"
34
 
35
  examples = [['data/eastern_grey_kangaroo.jpg'],['data/red_fox.jpg'],['data/brushtail_possum.jpg'],['data/koala2.jpg'],['data/cat1.jpg'],['data/australian_magpie.jpg']]
36
  gr.Interface(yolo, inputs, outputs, title=title, description=description, article=article, examples=examples, theme="huggingface").launch(enable_queue=True)