Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ css = """
|
|
72 |
"""
|
73 |
|
74 |
with gr.Blocks(css=css) as demo:
|
75 |
-
gr.HTML("<h1>🦩 BirdWatcher 🦜</h1>")
|
76 |
gr.HTML("<h3>Upload an image of a bird, and the model will generate a detailed description of its species.</h3>")
|
77 |
|
78 |
with gr.Tab(label="Bird Identification"):
|
|
|
72 |
"""
|
73 |
|
74 |
with gr.Blocks(css=css) as demo:
|
75 |
+
gr.HTML("<h1>🦩 BirdWatcher: Powered by Fine-tuned PaliGemma 🦜</h1>")
|
76 |
gr.HTML("<h3>Upload an image of a bird, and the model will generate a detailed description of its species.</h3>")
|
77 |
|
78 |
with gr.Tab(label="Bird Identification"):
|