Spaces:
Runtime error
Runtime error
Update transcription_diarization.py
Browse files
transcription_diarization.py
CHANGED
@@ -27,7 +27,8 @@ def transcribe_video(file_uri, job_name):
|
|
27 |
MediaFormat='mp4',
|
28 |
IdentifyLanguage=True,
|
29 |
Settings={
|
30 |
-
'ShowSpeakerLabels': True
|
|
|
31 |
}
|
32 |
)
|
33 |
|
|
|
27 |
MediaFormat='mp4',
|
28 |
IdentifyLanguage=True,
|
29 |
Settings={
|
30 |
+
'ShowSpeakerLabels': True,
|
31 |
+
'MaxSpeakerLabels': 4
|
32 |
}
|
33 |
)
|
34 |
|