ryaalbr commited on
Commit
a801546
1 Parent(s): 31a5db6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks() as demo:
69
  with gr.Row():
70
  with gr.Column(variant="panel"):
71
  im_cap = gr.Image(interactive=False, type='filepath').style(height=height)
72
- model_name = gr.Radio(choices=["COCO","Conceptual captions"], type="value", value="COCO", label="Model")
73
  with gr.Row():
74
  get_btn_cap = gr.Button("Get Random Image").style(full_width=False)
75
  caption_btn = gr.Button("Create Caption").style(full_width=False)
 
69
  with gr.Row():
70
  with gr.Column(variant="panel"):
71
  im_cap = gr.Image(interactive=False, type='filepath').style(height=height)
72
+ model_name = gr.Radio(choices=["COCO","Conceptual captions"], type="value", value="COCO", label="Model").style(container=True, item_container = False)
73
  with gr.Row():
74
  get_btn_cap = gr.Button("Get Random Image").style(full_width=False)
75
  caption_btn = gr.Button("Create Caption").style(full_width=False)