DeepNets commited on
Commit
d5e5ea9
·
verified ·
1 Parent(s): ab114c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -78,6 +78,7 @@ with gr.Blocks(theme='soft') as app:
78
 
79
  gr.Markdown("# Fast Food - Content Based Image Retrieval (CBIR)")
80
  gr.Markdown(f"Model only supports: {', '.join(class_names[:-1])} and {class_names[-1]}")
 
81
 
82
 
83
  with gr.Row(equal_height=True):
 
78
 
79
  gr.Markdown("# Fast Food - Content Based Image Retrieval (CBIR)")
80
  gr.Markdown(f"Model only supports: {', '.join(class_names[:-1])} and {class_names[-1]}")
81
+ gr.Markdown("Disclaimer:- Model might suggest incorrect images, try using a different image.")
82
 
83
 
84
  with gr.Row(equal_height=True):