Makes 'httpuv' server daemonized so R interactive sessions
are not blocked to handle requests. To terminate a daemonized server, call
'httpuv::stopDaemonizedServer()' with the handle returned from this call.
# NOT RUN {# serve an existing model over a web interfacetfdeploy::serve_savedmodel(
system.file("models/tensorflow-mnist", package = "tfdeploy")
)
# }