merve HF staff commited on
Commit
c55c8a1
1 Parent(s): 7e1ca5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Box():
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"):