Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ def create_interface():
|
|
| 44 |
with gr.Row():
|
| 45 |
with gr.Column(scale=1):
|
| 46 |
gr.Markdown("<h5>Upload your image</h5>")
|
| 47 |
-
image_input = gr.Image(type='pil', label="Upload Image"
|
| 48 |
with gr.Row():
|
| 49 |
segment_button = gr.Button("Run Segmentation", elem_id="segment-btn")
|
| 50 |
with gr.Column(scale=1):
|
|
|
|
| 44 |
with gr.Row():
|
| 45 |
with gr.Column(scale=1):
|
| 46 |
gr.Markdown("<h5>Upload your image</h5>")
|
| 47 |
+
image_input = gr.Image(type='pil', label="Upload Image")
|
| 48 |
with gr.Row():
|
| 49 |
segment_button = gr.Button("Run Segmentation", elem_id="segment-btn")
|
| 50 |
with gr.Column(scale=1):
|