wjbmattingly commited on
Commit
2046bcc
1 Parent(s): 3228e7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -110,6 +110,8 @@ 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
  with gr.Row():
114
  output_img = gr.Image(label="Output Image with Bounding Boxes")
115
  gr.Examples(
 
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")
117
  gr.Examples(