Spaces:
Running
Running
Update app.py
Browse files
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):
|