Spaces:
Runtime error
Runtime error
gokaygokay
commited on
Commit
•
96eadaa
1
Parent(s):
cd55a84
Update app.py
Browse files
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
|
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")
|