Omnibus commited on
Commit
39c6ef5
β€’
1 Parent(s): 406dfef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -60,14 +60,11 @@ with app:
60
  """)
61
  with gr.Row():
62
  with gr.Column():
63
- gr.Markdown(
64
- """
65
- ### Input Image
66
- """)
67
- image_input = gr.Image(type="pil")
68
  with gr.Row():
69
  with gr.Column():
70
- object_output = gr.Dropdown(label="Select Object From Dropdown")
71
 
72
  with gr.Row():
73
  with gr.Column():
 
60
  """)
61
  with gr.Row():
62
  with gr.Column():
63
+
64
+ image_input = gr.Image(label="Input Image",type="pil")
 
 
 
65
  with gr.Row():
66
  with gr.Column():
67
+ object_output = gr.Dropdown(label="Objects")
68
 
69
  with gr.Row():
70
  with gr.Column():