Selaa lähdekoodia

fixed mistake in usage.md

session.remove() does not work
realiteesurf 2 vuotta sitten
vanhempi
commit
f95e0cd456
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 ```python
 model_name = "isnet-general-use"
 model_name = "isnet-general-use"
 session = new_session(model_name)
 session = new_session(model_name)
-output = session.remove(input, session=session)
+output = remove(input, session=session)
 ```
 ```
 
 
 ### With alpha metting
 ### With alpha metting