Nothing
test_that("nn works", {
x = nn("linear", out_features = 3)
expect_equal(x$id, "linear")
expect_class(x, "PipeOpTorchLinear")
expect_equal(x$param_set$values$out_features, 3)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.