audio-transcription / config.toml
Alex Cabrera
path
54265d3
view = "audio-transcription"
functions = "./functions/"
models = ["silero_sst", "whisper"]
metadata = "metadata.csv"
data_path = "https://zenoml.s3.amazonaws.com/accents/"
data_column = "id"
id_column = "id"
label_column = "label"
port = 7860
host = "0.0.0.0"
editable = false