merve HF staff commited on
Commit
d3c5e67
1 Parent(s): 0ebcb8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 and leave a point 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 mark on what you would like to segment.**")
51
  with gr.Row():
52
  with gr.Column():
53
  im = gr.ImageEditor(