Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks(css=css) as demo:
|
|
110 |
gr.Markdown(TITLE)
|
111 |
gr.Markdown(DESCRIPTION)
|
112 |
with gr.Tab(label="Florence-2 Image Processing"):
|
113 |
-
input_img = gr.Image(label="Input Picture")
|
114 |
submit_btn = gr.Button(value="Submit")
|
115 |
with gr.Row():
|
116 |
output_img = gr.Image(label="Output Image with Bounding Boxes")
|
|
|
110 |
gr.Markdown(TITLE)
|
111 |
gr.Markdown(DESCRIPTION)
|
112 |
with gr.Tab(label="Florence-2 Image Processing"):
|
113 |
+
input_img = gr.Image(label="Input Picture", elem_id="input_img", height=300, width=300)
|
114 |
submit_btn = gr.Button(value="Submit")
|
115 |
with gr.Row():
|
116 |
output_img = gr.Image(label="Output Image with Bounding Boxes")
|