Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ hf_token = "YOUR_HUGGING_FACE_ACCESS_TOKEN"
42
  model = EXAONEPathV20.from_pretrained("LGAI-EXAONE/EXAONE-Path-2.0", use_auth_token=hf_token)
43
 
44
  svs_path = "samples/sample.svs"
45
- patch_features = model(svs_path)[0]
46
  ```
47
 
48
  ## Model Performance Comparison
 
42
  model = EXAONEPathV20.from_pretrained("LGAI-EXAONE/EXAONE-Path-2.0", use_auth_token=hf_token)
43
 
44
  svs_path = "samples/sample.svs"
45
+ patch_features, region_features, slide_features = model(svs_path)
46
  ```
47
 
48
  ## Model Performance Comparison