Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ import os
|
|
40 |
|
41 |
pipeline_a = Pipeline.from_pretrained(
|
42 |
"pyannote/speaker-diarization-3.1",
|
43 |
-
use_auth_token=str(os.getenv(
|
44 |
|
45 |
|
46 |
# верификация
|
|
|
40 |
|
41 |
pipeline_a = Pipeline.from_pretrained(
|
42 |
"pyannote/speaker-diarization-3.1",
|
43 |
+
use_auth_token=str(os.getenv("s1")))
|
44 |
|
45 |
|
46 |
# верификация
|