KurtLin commited on
Commit
24fcab2
·
verified ·
1 Parent(s): 4d9e59a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Image(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")
 
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")