Update ui_utils.py
Browse files- ui_utils.py +1 -1
ui_utils.py
CHANGED
@@ -70,6 +70,6 @@ def gradio_description_and_examples():
|
|
70 |
We host SuperAnimal models from the <a href='http://www.mackenziemathislab.org/dlc-modelzoo'>DeepLabCut ModelZoo Project</a>\, and two <a href='https://github.com/microsoft/CameraTraps/blob/main/megadetector.md'>Mega Detector Models</a>. This repo is based on https://huggingface.co/spaces/DeepLabCut/MegaDetector_DeepLabCut"
|
71 |
|
72 |
|
73 |
-
examples = [['examples/dog.jpeg', 'md_v5a', '
|
74 |
|
75 |
return [title,description,examples]
|
|
|
70 |
We host SuperAnimal models from the <a href='http://www.mackenziemathislab.org/dlc-modelzoo'>DeepLabCut ModelZoo Project</a>\, and two <a href='https://github.com/microsoft/CameraTraps/blob/main/megadetector.md'>Mega Detector Models</a>. This repo is based on https://huggingface.co/spaces/DeepLabCut/MegaDetector_DeepLabCut"
|
71 |
|
72 |
|
73 |
+
examples = [['examples/dog.jpeg', 'md_v5a', 'superanimal_quadruped', False, True, 0.5, 0.00, 'amiko',9, 'red', 3]]
|
74 |
|
75 |
return [title,description,examples]
|