소스 검색

Merge pull request #435 from realiteesurf/patch-1

fixed mistake in usage.md
Daniel Gatis 2 년 전
부모
커밋
e47b2a0ed4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      USAGE.md

+ 1 - 1
USAGE.md

@@ -24,7 +24,7 @@ You can use the `new_session` function to create a session with a specific model
 ```python
 model_name = "isnet-general-use"
 session = new_session(model_name)
-output = session.remove(input, session=session)
+output = remove(input, session=session)
 ```
 
 ### With alpha metting