Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,6 +72,9 @@ css = """
|
|
72 |
h2 {
|
73 |
text-align: center;
|
74 |
}
|
|
|
|
|
|
|
75 |
span.gray-text {
|
76 |
color: gray;
|
77 |
}
|
@@ -81,7 +84,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 |
-
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():
|
|
|
72 |
h2 {
|
73 |
text-align: center;
|
74 |
}
|
75 |
+
p {
|
76 |
+
text-align: center;
|
77 |
+
}
|
78 |
span.gray-text {
|
79 |
color: gray;
|
80 |
}
|
|
|
84 |
gr.HTML("<h1>🦩 BirdWatcher 🦜</h1>")
|
85 |
gr.HTML("<h3>[Powered by Fine-tuned PaliGemma]</h3>")
|
86 |
gr.HTML("<h3>Upload an image of a bird, and the model will generate a detailed description of its species.</h3>")
|
87 |
+
gr.HTML("<p>[There are over 11,000 bird species in the world, and this model was fine-tuned with over 500.].</p>")
|
88 |
|
89 |
with gr.Tab(label="Bird Identification"):
|
90 |
with gr.Row():
|