Spaces:
Sleeping
Sleeping
Theivaprakasham Hari
commited on
Commit
•
3826c31
1
Parent(s):
79522ef
added 123
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}",
|
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.
|
@@ -272,4 +272,4 @@ if __name__ == "__main__":
|
|
272 |
)
|
273 |
|
274 |
app.queue(max_size=20)
|
275 |
-
app.launch(show_api=
|
|
|
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', js=js) as app:#css="footer {visibility: hidden}",
|
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.
|
|
|
272 |
)
|
273 |
|
274 |
app.queue(max_size=20)
|
275 |
+
app.launch(show_api=True)
|