Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ with my_app:
|
|
| 60 |
with gr.TabItem("Select your image"):
|
| 61 |
with gr.Column():
|
| 62 |
with gr.Row():
|
| 63 |
-
img_source = gr.
|
| 64 |
value='./images/truck.jpg', height=500, width=1000)
|
| 65 |
with gr.Row():
|
| 66 |
coords = gr.Label(label="Image Coordinate")
|
|
|
|
| 60 |
with gr.TabItem("Select your image"):
|
| 61 |
with gr.Column():
|
| 62 |
with gr.Row():
|
| 63 |
+
img_source = gr.ImageEditor(label="Please select picture and click the part to segment",
|
| 64 |
value='./images/truck.jpg', height=500, width=1000)
|
| 65 |
with gr.Row():
|
| 66 |
coords = gr.Label(label="Image Coordinate")
|