gokaygokay commited on
Commit
96eadaa
1 Parent(s): cd55a84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ css = """
28
 
29
  with gr.Blocks(css=css) as demo:
30
  gr.HTML("<h1><center>PaliGemma Fine-tuned for Long Captioning for Stable Diffusion 3.<center><h1>")
31
- with gr.Tab(label="PaliGemma Rich Captions"):
32
  with gr.Row():
33
  with gr.Column():
34
  input_img = gr.Image(label="Input Picture")
 
28
 
29
  with gr.Blocks(css=css) as demo:
30
  gr.HTML("<h1><center>PaliGemma Fine-tuned for Long Captioning for Stable Diffusion 3.<center><h1>")
31
+ with gr.Tab(label="PaliGemma Long Captioner"):
32
  with gr.Row():
33
  with gr.Column():
34
  input_img = gr.Image(label="Input Picture")