Plsek commited on
Commit
3fda763
·
1 Parent(s): 294f763

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -17,6 +17,8 @@ pipeline_tag: image-segmentation
17
  from huggingface_hub import from_pretrained_keras
18
 
19
  model = from_pretrained_keras("Plsek/CADET-v1")
 
 
20
  ```
21
 
22
  ## How to cite
 
17
  from huggingface_hub import from_pretrained_keras
18
 
19
  model = from_pretrained_keras("Plsek/CADET-v1")
20
+
21
+ y_pred = model.predict(X.reshape(1,128,128,1))
22
  ```
23
 
24
  ## How to cite