GordonM commited on
Commit
c5a4ddc
1 Parent(s): 200ff85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def yolo(im, size=640):
28
  inputs = gr.inputs.Image(type="pil", label="Input Image")
29
  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'>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
 
28
  inputs = gr.inputs.Image(type="pil", label="Input Image")
29
  outputs = gr.outputs.Image(type="pil", label="Output Image")
30
 
31
+ title = "Marsupial.ai"
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