Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -157,7 +157,6 @@ main_scribble = gr.Interface(
|
|
157 |
gr.outputs.Image(type="pil", label="Mask with Image"),
|
158 |
gr.outputs.Image(type="pil", label="Mask")
|
159 |
],
|
160 |
-
allow_flagging="never",
|
161 |
title="SAM based Segment Annotator.",
|
162 |
description='Sketch the portion where you want to create Mask.',
|
163 |
examples=[
|
|
|
157 |
gr.outputs.Image(type="pil", label="Mask with Image"),
|
158 |
gr.outputs.Image(type="pil", label="Mask")
|
159 |
],
|
|
|
160 |
title="SAM based Segment Annotator.",
|
161 |
description='Sketch the portion where you want to create Mask.',
|
162 |
examples=[
|