run_app

Run the Earshot App

Description

Launch the Earshot speech-to-text Shiny application.

Usage

1run_app(host = "0.0.0.0", port = 7802, ...)

Arguments

  • host: Host address to bind to. Defaults to “0.0.0.0” for network access.
  • port: Port number. Defaults to 7802.
  • ...: Additional arguments passed to shiny::runApp().

Value

Runs the Shiny app (does not return).

Examples

1run_app()
2run_app(port = 8080)