nielsr HF staff commited on
Commit
b0d2488
1 Parent(s): 28c7e68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -7,10 +7,6 @@ This model repository contains the weights of the MobileSAM model.
7
 
8
  ## Installation
9
 
10
- First install the M
11
-
12
- ## Usage
13
-
14
  First install the MobileSAM package:
15
 
16
  ```bash
@@ -18,6 +14,8 @@ git clone -b add_mixin https://github.com/NielsRogge/MobileSAM.git
18
  cd MobileSAM
19
  ```
20
 
 
 
21
  The model can then be used as follows:
22
 
23
  ```python
 
7
 
8
  ## Installation
9
 
 
 
 
 
10
  First install the MobileSAM package:
11
 
12
  ```bash
 
14
  cd MobileSAM
15
  ```
16
 
17
+ ## Usage
18
+
19
  The model can then be used as follows:
20
 
21
  ```python