Spaces:
Sleeping
Sleeping
StephaneBah
commited on
Commit
•
f6194a4
1
Parent(s):
f456805
Update app.py
Browse files
app.py
CHANGED
@@ -42,12 +42,12 @@ def create_interface():
|
|
42 |
gr.Markdown("<h3 style='text-align: center;'>" "Upload an image and let our model detect and segment clothes such as shirts, pants, skirts...""</h3>")
|
43 |
with gr.Row():
|
44 |
with gr.Column(scale=1):
|
45 |
-
gr.Markdown("<
|
46 |
image_input = gr.Image(type='pil', label="Upload Image")
|
47 |
with gr.Row():
|
48 |
segment_button = gr.Button("Run Segmentation", elem_id="segment-btn")
|
49 |
with gr.Column(scale=1):
|
50 |
-
gr.Markdown("<
|
51 |
segmented_image_output = gr.Image(type="pil", label="Segmented Image", interactive=False)
|
52 |
|
53 |
# Actions liées aux inputs/outputs
|
|
|
42 |
gr.Markdown("<h3 style='text-align: center;'>" "Upload an image and let our model detect and segment clothes such as shirts, pants, skirts...""</h3>")
|
43 |
with gr.Row():
|
44 |
with gr.Column(scale=1):
|
45 |
+
gr.Markdown("<h3>Upload your image</h3>")
|
46 |
image_input = gr.Image(type='pil', label="Upload Image")
|
47 |
with gr.Row():
|
48 |
segment_button = gr.Button("Run Segmentation", elem_id="segment-btn")
|
49 |
with gr.Column(scale=1):
|
50 |
+
gr.Markdown("<h3>Segmented Image with Overlay</h3>")
|
51 |
segmented_image_output = gr.Image(type="pil", label="Segmented Image", interactive=False)
|
52 |
|
53 |
# Actions liées aux inputs/outputs
|