Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def process_meeting(audio_input, num_speakers, speaker_names):
|
|
27 |
|
28 |
# Finally, Clean up the docs.
|
29 |
output = pipeline(audio_input,
|
30 |
-
|
31 |
print(output)
|
32 |
return "a", None #diarization_result, label_file
|
33 |
|
|
|
27 |
|
28 |
# Finally, Clean up the docs.
|
29 |
output = pipeline(audio_input,
|
30 |
+
num_speakers = num_speakers)
|
31 |
print(output)
|
32 |
return "a", None #diarization_result, label_file
|
33 |
|