Spaces:
Sleeping
Sleeping
Commit
·
5d13e00
1
Parent(s):
46d6fd3
change title
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ tedious and costly process, it is tempting to leverage the huge amount of
|
|
167 |
image data collected by the whale-watching community and private encounters around
|
168 |
the globe. Organizations like [WildMe](www.wildme.org) or
|
169 |
[happywhale](www.happywhale.com) develop AI models for automated identification at
|
170 |
-
scale. To push the state-of-the-art,
|
171 |
the 2018 [Humpback Whale Identification](https://www.kaggle.com/c/humpback-whale-identification)
|
172 |
and the 2022 [Happywhale](https://www.kaggle.com/competitions/happy-whale-and-dolphin)
|
173 |
competition, which included 28 marine whale and dolphin species.
|
@@ -188,7 +188,7 @@ article = """
|
|
188 |
|
189 |
demo = gr.Interface(fn=pred_fn, inputs="image", outputs=["image", "text"],
|
190 |
examples=examples,
|
191 |
-
title='Happywhale: Individual Identification for
|
192 |
description=description,
|
193 |
article=None,)
|
194 |
demo.launch()
|
|
|
167 |
image data collected by the whale-watching community and private encounters around
|
168 |
the globe. Organizations like [WildMe](www.wildme.org) or
|
169 |
[happywhale](www.happywhale.com) develop AI models for automated identification at
|
170 |
+
scale. To push the state-of-the-art, happywhale hosted two competitions on kaggle,
|
171 |
the 2018 [Humpback Whale Identification](https://www.kaggle.com/c/humpback-whale-identification)
|
172 |
and the 2022 [Happywhale](https://www.kaggle.com/competitions/happy-whale-and-dolphin)
|
173 |
competition, which included 28 marine whale and dolphin species.
|
|
|
188 |
|
189 |
demo = gr.Interface(fn=pred_fn, inputs="image", outputs=["image", "text"],
|
190 |
examples=examples,
|
191 |
+
title='Happywhale: Individual Identification for Marine Mammals',
|
192 |
description=description,
|
193 |
article=None,)
|
194 |
demo.launch()
|