Spaces:
Sleeping
Sleeping
Theivaprakasham
commited on
Commit
•
44e96f1
1
Parent(s):
8321b44
Update app.py
Browse files
app.py
CHANGED
@@ -183,7 +183,7 @@ if __name__ == "__main__":
|
|
183 |
if done != total:
|
184 |
status_msg = f"{done}/{total} ({done / total * 100:.1f}%) indexed"
|
185 |
|
186 |
-
with gr.Blocks(title='Global Species Identifier: Powered by Artificial Intelligence', css="footer {visibility: hidden}", js=js) as app:
|
187 |
|
188 |
gr.Markdown(
|
189 |
"""Upload an image of any plant, animal, or other organism, and our Artificial Intelligence-powered tool will identify the species. Our database covers species from around the world, aiming to support biodiversity awareness and conservation efforts.
|
|
|
183 |
if done != total:
|
184 |
status_msg = f"{done}/{total} ({done / total * 100:.1f}%) indexed"
|
185 |
|
186 |
+
with gr.Blocks(title='Global Wildlife Species Identifier: Powered by Artificial Intelligence', css="footer {visibility: hidden}", js=js) as app:
|
187 |
|
188 |
gr.Markdown(
|
189 |
"""Upload an image of any plant, animal, or other organism, and our Artificial Intelligence-powered tool will identify the species. Our database covers species from around the world, aiming to support biodiversity awareness and conservation efforts.
|