Update app.py
Browse files
app.py
CHANGED
|
@@ -34,13 +34,21 @@ description_e = """This is a demo of [Faster Segment Anything(MobileSAM) Model](
|
|
| 34 |
|
| 35 |
"""
|
| 36 |
|
| 37 |
-
description_p = """
|
|
|
|
| 38 |
|
| 39 |
0. Restart by click the Restart button
|
| 40 |
1. Select a point with Add Mask for the foreground (Must)
|
| 41 |
2. Select a point with Remove Area for the background (Optional)
|
| 42 |
3. Click the Start Segmenting.
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
"""
|
| 45 |
|
| 46 |
examples = [
|
|
|
|
| 34 |
|
| 35 |
"""
|
| 36 |
|
| 37 |
+
description_p = """##This is a demo of [Faster Segment Anything(MobileSAM) Model](https://github.com/ChaoningZhang/MobileSAM).
|
| 38 |
+
# Instructions for point mode
|
| 39 |
|
| 40 |
0. Restart by click the Restart button
|
| 41 |
1. Select a point with Add Mask for the foreground (Must)
|
| 42 |
2. Select a point with Remove Area for the background (Optional)
|
| 43 |
3. Click the Start Segmenting.
|
| 44 |
|
| 45 |
+
- Github [link](https://github.com/ChaoningZhang/MobileSAM)
|
| 46 |
+
- Model Card [link](https://huggingface.co/dhkim2810/MobileSAM)
|
| 47 |
+
|
| 48 |
+
We will provide box mode soon.
|
| 49 |
+
|
| 50 |
+
Enjoy!
|
| 51 |
+
|
| 52 |
"""
|
| 53 |
|
| 54 |
examples = [
|