Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def process_meeting(audio_input, num_speakers, speaker_names):
|
|
12 |
"""
|
13 |
|
14 |
# first, pass it through a diarization stage.
|
15 |
-
diarization_result, label_file = diarizer.run(
|
16 |
# Next, pass it through a transctiption stage
|
17 |
|
18 |
# After, match the diarization with the transcription
|
|
|
12 |
"""
|
13 |
|
14 |
# first, pass it through a diarization stage.
|
15 |
+
diarization_result, label_file = diarizer.run(audio_input, num_speakers)
|
16 |
# Next, pass it through a transctiption stage
|
17 |
|
18 |
# After, match the diarization with the transcription
|