Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Delik
/
pyannote-speaker-diarization-3.1
like
33
Running
on
Zero
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
Delik
commited on
May 1, 2024
Commit
144e8aa
·
verified
·
1 Parent(s):
f30c373
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/pyannote/speaker-diarization-3.1").launch()
1
import gradio as gr
2
3
+
gr.load("models/pyannote/speaker-diarization-3.1"
, hf_token=os.environ['api']
).launch()