Update ui_utils.py
Browse files- ui_utils.py +1 -1
ui_utils.py
CHANGED
@@ -66,7 +66,7 @@ def gradio_outputs_for_MD_DLC():
|
|
66 |
# User interace: description
|
67 |
def gradio_description_and_examples():
|
68 |
title = "DeepLabCut Model Zoo SuperAnimals"
|
69 |
-
description = "Test the SuperAnimal models from the <a href='http://www.mackenziemathislab.org/dlc-modelzoo'>DeepLabCut ModelZoo Project</a>\, and read more on arXiv: https://arxiv.org/abs/2203.07436! Simply upload an image and see how it does. Want to run on videos on the cloud or locally? See the <a href='http://www.mackenziemathislab.org/dlc-modelzoo'>DeepLabCut ModelZoo</a>\.
|
70 |
|
71 |
|
72 |
examples = [['examples/dog.jpeg', 'md_v5a', 'superanimal_quadruped', False, True, 0.5, 0.00, 'amiko',9, 'red', 3]]
|
|
|
66 |
# User interace: description
|
67 |
def gradio_description_and_examples():
|
68 |
title = "DeepLabCut Model Zoo SuperAnimals"
|
69 |
+
description = "Test the SuperAnimal models from the <a href='http://www.mackenziemathislab.org/dlc-modelzoo'>DeepLabCut ModelZoo Project</a>\, and read more on arXiv: https://arxiv.org/abs/2203.07436! Simply upload an image and see how it does. Want to run on videos on the cloud or locally? See the <a href='http://www.mackenziemathislab.org/dlc-modelzoo'>DeepLabCut ModelZoo</a>\."
|
70 |
|
71 |
|
72 |
examples = [['examples/dog.jpeg', 'md_v5a', 'superanimal_quadruped', False, True, 0.5, 0.00, 'amiko',9, 'red', 3]]
|