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