Spaces:
Sleeping
Sleeping
Theivaprakasham Hari
commited on
Commit
·
79522ef
1
Parent(s):
90f3f7a
app corrected
Browse files
app.py
CHANGED
@@ -186,18 +186,17 @@ if __name__ == "__main__":
|
|
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 |
-
"""
|
190 |
-
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.
|
191 |
|
192 |
-
Features include:
|
193 |
-
- **Instant identification** of plants, animals, and other organisms.
|
194 |
-
- **Detailed information** on species, including habitat, distribution, and conservation status.
|
195 |
-
- An **interactive, user-friendly interface** designed for both experts and enthusiasts.
|
196 |
-
- **Continuous learning and improvement** of AI models to expand the app's knowledge base and accuracy.
|
197 |
|
198 |
-
Join us in exploring the diversity of life on Earth, powered by the intelligence of technology. Start your journey of discovery today!
|
199 |
|
200 |
-
""")
|
201 |
img_input = gr.Image()
|
202 |
|
203 |
with gr.Tab("Open-Ended"):
|
|
|
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.
|
|
|
190 |
|
191 |
+
Features include:
|
192 |
+
- **Instant identification** of plants, animals, and other organisms.
|
193 |
+
- **Detailed information** on species, including habitat, distribution, and conservation status.
|
194 |
+
- An **interactive, user-friendly interface** designed for both experts and enthusiasts.
|
195 |
+
- **Continuous learning and improvement** of AI models to expand the app's knowledge base and accuracy.
|
196 |
|
197 |
+
Join us in exploring the diversity of life on Earth, powered by the intelligence of technology. Start your journey of discovery today!
|
198 |
|
199 |
+
""")
|
200 |
img_input = gr.Image()
|
201 |
|
202 |
with gr.Tab("Open-Ended"):
|