Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,6 +81,7 @@ with gr.Blocks(css=css) as demo:
|
|
81 |
gr.HTML("<h1>🦩 BirdWatcher 🦜</h1>")
|
82 |
gr.HTML("<h3>[Powered by Fine-tuned PaliGemma]</h3>")
|
83 |
gr.HTML("<h3>Upload an image of a bird, and the model will generate a detailed description of its species.</h3>")
|
|
|
84 |
|
85 |
with gr.Tab(label="Bird Identification"):
|
86 |
with gr.Row():
|
|
|
81 |
gr.HTML("<h1>🦩 BirdWatcher 🦜</h1>")
|
82 |
gr.HTML("<h3>[Powered by Fine-tuned PaliGemma]</h3>")
|
83 |
gr.HTML("<h3>Upload an image of a bird, and the model will generate a detailed description of its species.</h3>")
|
84 |
+
gr.HTML("<p>[There are over 11,000 bird species, and this model was fine-tuned with over 500.].</p>")
|
85 |
|
86 |
with gr.Tab(label="Bird Identification"):
|
87 |
with gr.Row():
|