merve HF staff commited on
Commit
230e159
1 Parent(s): cb3c366

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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(