Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Delik
/
pyannote-speaker-diarization-3.1
like
37
Running
on
Zero
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
144e8aa
pyannote-speaker-diarization-3.1
/
app.py
Delik
Update app.py
144e8aa
verified
11 months ago
raw
Copy download link
history
blame
Safe
108 Bytes
import
gradio
as
gr
gr.load(
"models/pyannote/speaker-diarization-3.1"
, hf_token=os.environ[
'api'
]).launch()