Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,8 @@ def process_meeting(audio_input, num_speakers, speaker_names):
|
|
10 |
num_speakers: number --> int
|
11 |
speaker_names: dataset --> np.array
|
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
|
|
|
10 |
num_speakers: number --> int
|
11 |
speaker_names: dataset --> np.array
|
12 |
"""
|
13 |
+
|
14 |
+
print(audio_input)
|
15 |
# first, pass it through a diarization stage.
|
16 |
diarization_result, label_file = diarizer.run(audio_input, num_speakers)
|
17 |
# Next, pass it through a transctiption stage
|