TensorCruncher commited on
Commit
0b97a05
Β·
verified Β·
1 Parent(s): 698b729

Update app.py

Browse files

Added note about choosing only one input field

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -60,6 +60,7 @@ def predict(input_text, input_image):
60
 
61
  with gr.Blocks() as demo:
62
  gr.Markdown("## Animal Image Search 🐈 🏞️ πŸ”Ž ")
 
63
 
64
  with gr.Row():
65
  text_input = gr.Textbox(label="Type your query")
 
60
 
61
  with gr.Blocks() as demo:
62
  gr.Markdown("## Animal Image Search 🐈 🏞️ πŸ”Ž ")
63
+ gr.Markdown("Note: Make sure only one input field (text or image) is populated before searching")
64
 
65
  with gr.Row():
66
  text_input = gr.Textbox(label="Type your query")