Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def infer(img):
|
|
47 |
with gr.Blocks() as demo:
|
48 |
gr.Markdown("## TinySAM")
|
49 |
gr.Markdown("**[TinySAM](https://arxiv.org/abs/2312.13789) is a framework to distill Segment Anything Model.**")
|
50 |
-
gr.Markdown("**To try it out, simply upload an image, click the green tick, and then leave a mark on what you would like to segment.**")
|
51 |
with gr.Row():
|
52 |
with gr.Column():
|
53 |
im = gr.ImageEditor(
|
|
|
47 |
with gr.Blocks() as demo:
|
48 |
gr.Markdown("## TinySAM")
|
49 |
gr.Markdown("**[TinySAM](https://arxiv.org/abs/2312.13789) is a framework to distill Segment Anything Model.**")
|
50 |
+
gr.Markdown("**To try it out, simply upload an image, click the green tick, and then leave a point mark on what you would like to segment using the pencil on Image Editor.**")
|
51 |
with gr.Row():
|
52 |
with gr.Column():
|
53 |
im = gr.ImageEditor(
|