TensorCruncher commited on
Commit
42cf5a6
Β·
verified Β·
1 Parent(s): bf42d19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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. 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)\n")
 
 
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():