diff --git a/README.md b/README.md index 6d1520c..02d4948 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ CLick to run it using: [web-python-console](https://nanguage.github.io/web-pytho | `getOutput` | | Get the output of the model. It's an object contain `enhanced: np.ndarray` and `spots: np.ndarray` fields | | `runPredict` | | Run the prediction. | | `fetchImage` | `url: string` | Fetch an image from the given url, return a numpy array | +| `setOnnxModelUrl` | `url: string` | Set the ONNX model url. | +| `getInputImage` | | Get the input image. | ## Development diff --git a/public/imjoy-winbox.html b/public/imjoy-winbox.html new file mode 100644 index 0000000..4c5c5d3 --- /dev/null +++ b/public/imjoy-winbox.html @@ -0,0 +1,64 @@ + + + + + ImJoy WinBox + + + + + + + + + + + + + + + + + +
+ + + + + \ No newline at end of file