DawnC commited on
Commit
4b5bbe4
ยท
1 Parent(s): ed92db4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -373,6 +373,8 @@ def format_description_html(description, breed):
373
  with gr.Blocks() as iface:
374
  gr.HTML("<h1 style='text-align: center;'>๐Ÿถ Dog Breed Classifier ๐Ÿ”</h1>")
375
  gr.HTML("<p style='text-align: center;'>Upload a picture of a dog, and the model will predict its breed and provide detailed information!</p>")
 
 
376
 
377
  with gr.Row():
378
  input_image = gr.Image(label="Upload a dog image", type="pil")
 
373
  with gr.Blocks() as iface:
374
  gr.HTML("<h1 style='text-align: center;'>๐Ÿถ Dog Breed Classifier ๐Ÿ”</h1>")
375
  gr.HTML("<p style='text-align: center;'>Upload a picture of a dog, and the model will predict its breed and provide detailed information!</p>")
376
+ gr.HTML("<p style='text-align: center; color: #666; font-size: 0.9em;'>Note: This is an AI model and predictions may not always be 100% accurate. The model provides its best estimates based on training data.</p>")
377
+
378
 
379
  with gr.Row():
380
  input_image = gr.Image(label="Upload a dog image", type="pil")