Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,9 @@ def infer(img):
|
|
41 |
|
42 |
|
43 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
44 |
with gr.Row():
|
45 |
with gr.Column():
|
46 |
im = gr.ImageEditor(
|
|
|
41 |
|
42 |
|
43 |
with gr.Blocks() as demo:
|
44 |
+
gr.Markdown("## TinySAM")
|
45 |
+
gr.Markdown("**[TinySAM](https://arxiv.org/abs/2312.13789) is a framework to distill Segment Anything Model.**")
|
46 |
+
gr.Markdown("**To try it out, simply upload an image and leave a point on what you would like to segment.**")
|
47 |
with gr.Row():
|
48 |
with gr.Column():
|
49 |
im = gr.ImageEditor(
|