View source: R/model_registry.R View source: R/model_management.R
| remove_vision_model | R Documentation |
Remove a custom vision model from the registry. Built-in models cannot be removed.
Remove a vision model from the transforEmotion registry.
remove_vision_model(name, confirm = TRUE)
remove_vision_model(name, confirm = TRUE)
name |
The name/alias of the model to remove |
confirm |
Logical indicating whether to show confirmation prompt (default: TRUE) |
Invisibly returns TRUE if successful
Invisibly returns TRUE if removal successful
## Not run:
# Remove a custom model
remove_vision_model("my-custom-model")
# Remove without confirmation prompt
remove_vision_model("my-custom-model", confirm = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.