Spaces:
Runtime error
Runtime error
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")
|