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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def process_meeting(audio_input, num_speakers, speaker_names):
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
 
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