selamw commited on
Commit
849dd99
·
verified ·
1 Parent(s): 319f408

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -64,7 +64,7 @@ css = """
64
  text-align: center;
65
  }
66
  h2 {
67
- text-align: left;
68
  }
69
  span.gray-text {
70
  color: gray;
@@ -72,7 +72,8 @@ css = """
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"):
 
64
  text-align: center;
65
  }
66
  h2 {
67
+ text-align: center;
68
  }
69
  span.gray-text {
70
  color: gray;
 
72
  """
73
 
74
  with gr.Blocks(css=css) as demo:
75
+ gr.HTML("<h1>🦩 BirdWatcher 🦜</h1>")
76
+ gr.HTML("<h2>[Powered by Fine-tuned PaliGemma]</h2>")
77
  gr.HTML("<h3>Upload an image of a bird, and the model will generate a detailed description of its species.</h3>")
78
 
79
  with gr.Tab(label="Bird Identification"):