pg56714 commited on
Commit
bd0ef4e
1 Parent(s): 0675a53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -22,7 +22,9 @@ MARKDOWN = """
22
  Paper source:
23
  [EfficientViT-SAM](https://arxiv.org/abs/2402.05008) and [EfficientSAM](https://arxiv.org/abs/2312.00863) and
24
  [SAM](https://arxiv.org/abs/2304.02643)
25
-
 
 
26
  The SAM model takes one minute to run to completion, which slow down other models. Currently, EfficientViT-SAM and EfficientSAM are displayed first.
27
  The source code for all three models is available, but the SAM is commented out.
28
  """
 
22
  Paper source:
23
  [EfficientViT-SAM](https://arxiv.org/abs/2402.05008) and [EfficientSAM](https://arxiv.org/abs/2312.00863) and
24
  [SAM](https://arxiv.org/abs/2304.02643)
25
+ \n
26
+ Github Source Code: [Link](https://github.com/pg56714/Segment-Anything-Arena)
27
+ \n
28
  The SAM model takes one minute to run to completion, which slow down other models. Currently, EfficientViT-SAM and EfficientSAM are displayed first.
29
  The source code for all three models is available, but the SAM is commented out.
30
  """