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