Spaces:
Sleeping
Sleeping
Update app.py
Browse filesAdded note about choosing only one input field
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")
|