Spaces:
Runtime error
Runtime error
Commit
·
f1a1aa3
1
Parent(s):
7c5e2f5
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,9 +16,7 @@ import yt_dlp as youtube_dl
|
|
| 16 |
from gradio_client import Client
|
| 17 |
from transformers.pipelines.audio_utils import ffmpeg_read
|
| 18 |
|
| 19 |
-
HF_TOKEN =
|
| 20 |
-
|
| 21 |
-
|
| 22 |
|
| 23 |
|
| 24 |
# set up the diarization pipeline
|
|
|
|
| 16 |
from gradio_client import Client
|
| 17 |
from transformers.pipelines.audio_utils import ffmpeg_read
|
| 18 |
|
| 19 |
+
HF_TOKEN = "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"
|
|
|
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
# set up the diarization pipeline
|