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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,8 +61,8 @@ def predict(input_text, input_image):
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():
 
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("Results come with automatic captions.")
65
  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).")
 
66
  gr.Markdown("Note: Make sure only one input field (text or image) is populated before searching")
67
 
68
  with gr.Row():