Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
146 |
visible=os.getenv("SHOW_DUPLICATE_BUTTON") == "1",
|
147 |
)
|
148 |
|
149 |
-
with gr.
|
150 |
image = gr.Image(type="pil")
|
151 |
with gr.Tabs():
|
152 |
with gr.Tab(label="Image Captioning"):
|
|
|
146 |
visible=os.getenv("SHOW_DUPLICATE_BUTTON") == "1",
|
147 |
)
|
148 |
|
149 |
+
with gr.Column():
|
150 |
image = gr.Image(type="pil")
|
151 |
with gr.Tabs():
|
152 |
with gr.Tab(label="Image Captioning"):
|