Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,9 @@ def predict(input_text, input_image):
|
|
| 60 |
|
| 61 |
with gr.Blocks() as demo:
|
| 62 |
gr.Markdown("## Animal Image Search π ποΈ π ")
|
| 63 |
-
gr.Markdown("Search database of 5400 animal images using text or image queries.
|
|
|
|
|
|
|
| 64 |
gr.Markdown("Note: Make sure only one input field (text or image) is populated before searching")
|
| 65 |
|
| 66 |
with gr.Row():
|
|
|
|
| 60 |
|
| 61 |
with gr.Blocks() as demo:
|
| 62 |
gr.Markdown("## Animal Image Search π ποΈ π ")
|
| 63 |
+
gr.Markdown("Search database of 5400 animal images using text or image queries.")
|
| 64 |
+
gr.Markdown("For list of animal categories (90 animals x 60 images = 5400 images) visit [GitHub](https://github.com/TensorCruncher/animal-image-search/blob/main/animals.txt).")
|
| 65 |
+
gr.Markdown("")
|
| 66 |
gr.Markdown("Note: Make sure only one input field (text or image) is populated before searching")
|
| 67 |
|
| 68 |
with gr.Row():
|