File size: 118 Bytes
f30c373
7c9216a
f30c373
144e8aa
1
2
3
4
import gradio as gr
import os

gr.load("models/pyannote/speaker-diarization-3.1", hf_token=os.environ['api']).launch()