mattmdjaga
commited on
Commit
•
32e2c7e
1
Parent(s):
74f77d8
Update app.py
Browse files
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.
|
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")
|