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