mattmdjaga
commited on
Commit
•
74f77d8
1
Parent(s):
a8b7196
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.Sketchpad()
|
81 |
image_output = gr.Gallery()
|
82 |
|
83 |
image_button = gr.Button("Segment Image")
|