Schrodingers commited on
Commit
19e8bfb
1 Parent(s): 3673b9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def segment_image(image, points):
64
 
65
  interface = gr.Interface(
66
  segment_image,
67
- inputs=[gr.inputs.Image(shape=(200, 200)), gr.inputs.Sketchpad()],
68
  outputs=gr.outputs.Image(shape=(200, 200)),
69
  live=True
70
  )
 
64
 
65
  interface = gr.Interface(
66
  segment_image,
67
+ inputs=[gr.inputs.Image(shape=(200, 200)), gr.inputs.Drawing(label="Draw Seed Points or Paths")],
68
  outputs=gr.outputs.Image(shape=(200, 200)),
69
  live=True
70
  )