tykiww commited on
Commit
9ae2604
1 Parent(s): b995d34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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