audio-transcription / config.toml
Alex Cabrera
audio
5eacccf
raw history blame
No virus
237 Bytes
view = "audio-transcription"
functions = "./functions/"
models = ["silero_sst", "whisper"]
metadata = "metadata.csv"
data_path = ""
data_column = "id"
id_column = "id"
label_column = "label"
port = 7860
host = "0.0.0.0"
editable = false