소스 검색

Update README.md

Daniel Gatis 2 년 전
부모
커밋
3b86d9b142
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -97,20 +97,20 @@ rembg i path/to/input.png path/to/output.png
 Remove the background specifying a model
 
 ```
-rembg -m u2netp i path/to/input.png path/to/output.png
+rembg i -m u2netp path/to/input.png path/to/output.png
 ```
 
 Remove the background returning only the mask
 
 ```
-rembg -om i path/to/input.png path/to/output.png
+rembg i -om path/to/input.png path/to/output.png
 ```
 
 
 Remove the background applying an alpha matting
 
 ```
-rembg -a i path/to/input.png path/to/output.png
+rembg i -a path/to/input.png path/to/output.png
 ```
 
 ### rembg `p`