Nothing
skip_if_no_token <- function() {
token <- Sys.getenv("HUGGINGFACE_HUB_TOKEN", "")
if (token == "") {
token <- Sys.getenv("HUGGING_FACE_HUB_TOKEN", "")
}
if (token == "")
skip("No auth token set.")
}
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.