mattmdjaga commited on
Commit
32e2c7e
1 Parent(s): 74f77d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks() as demo:
77
  """)
78
  with gr.Tab("Flip Image"):
79
  with gr.Row():
80
- image_input = gr.Sketchpad()
81
  image_output = gr.Gallery()
82
 
83
  image_button = gr.Button("Segment Image")
 
77
  """)
78
  with gr.Tab("Flip Image"):
79
  with gr.Row():
80
+ image_input = gr.ImageEditor()
81
  image_output = gr.Gallery()
82
 
83
  image_button = gr.Button("Segment Image")