thefynnbe commited on
Commit
b2626a2
·
verified ·
1 Parent(s): 9af5e69

Upload 1.3 with bioimageio.spec 0.5.7.1

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -44,7 +44,10 @@ This model is compatible with the bioimageio.spec Python package (version >= 0.5
44
  ```python
45
  from bioimageio.core import predict
46
 
47
- output_sample = predict("huggingface/thefynnbe/ambitious-sloth/1.3", inputs={'lf': '<path or tensor>'})
 
 
 
48
 
49
  output_tensor = output_sample.members["prediction"]
50
  xarray_dataarray = output_tensor.data
 
44
  ```python
45
  from bioimageio.core import predict
46
 
47
+ output_sample = predict(
48
+ "huggingface/thefynnbe/ambitious-sloth/1.3",
49
+ inputs={'lf': '<path or tensor>'},
50
+ )
51
 
52
  output_tensor = output_sample.members["prediction"]
53
  xarray_dataarray = output_tensor.data