Spaces:
Sleeping
Sleeping
{ | |
"layout": { | |
"readme": "README.md", | |
"about": "layout/about.md", | |
"page_names": ["About", "Transcription", "Output"] | |
}, | |
"model": { | |
"diarizer": "pyannote/speaker-diarization-3.1", | |
"asr": { | |
"type": "automatic-speech-recognition", | |
"transcriber": "openai/whisper-base.en", | |
"max_new_tokens": 256 | |
} | |
}, | |
"session": { | |
"user_timeout": 3600, | |
"filetypes": [".wav"], | |
"min_speakers": 2, | |
"max_speakers": 5 | |
} | |
} | |