Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,14 +60,11 @@ with app:
|
|
60 |
""")
|
61 |
with gr.Row():
|
62 |
with gr.Column():
|
63 |
-
|
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="
|
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():
|