tykiww commited on
Commit
b995d34
1 Parent(s): 5650727

Update app.py

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