ryaalbr commited on
Commit
7d12f47
·
verified ·
1 Parent(s): 41f3f8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ with gr.Blocks() as demo:
292
  with gr.Row():
293
  with gr.Column(variant="panel"):
294
  im_cap = gr.Image(interactive=False, height=height)
295
- model_name = gr.Radio(choices=["COCO","Conceptual Captions"], type="value", value="COCO", label="Model", container=True, item_container = False)
296
  with gr.Row():
297
  get_btn_cap = gr.Button("Get Random Image", scale =1 )
298
  caption_btn = gr.Button("Create Caption", scale = 1)
 
292
  with gr.Row():
293
  with gr.Column(variant="panel"):
294
  im_cap = gr.Image(interactive=False, height=height)
295
+ model_name = gr.Radio(choices=["COCO","Conceptual Captions"], type="value", value="COCO", label="Model", container=True)
296
  with gr.Row():
297
  get_btn_cap = gr.Button("Get Random Image", scale =1 )
298
  caption_btn = gr.Button("Create Caption", scale = 1)