Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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)
|