selamw commited on
Commit
9f4507b
·
verified ·
1 Parent(s): 10d79fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -72,9 +72,6 @@ css = """
72
  h2 {
73
  text-align: center;
74
  }
75
- p {
76
- text-align: center;
77
- }
78
  span.gray-text {
79
  color: gray;
80
  }
@@ -84,7 +81,7 @@ with gr.Blocks(css=css) as demo:
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():
 
72
  h2 {
73
  text-align: center;
74
  }
 
 
 
75
  span.gray-text {
76
  color: gray;
77
  }
 
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 style='text-align: center;'>(There are over 11,000 bird species in the world, and this model was fine-tuned with over 500)</p>")
85
 
86
  with gr.Tab(label="Bird Identification"):
87
  with gr.Row():