gowthamselvaraj commited on
Commit
2a2fd44
1 Parent(s): f2a2f7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def greet(audio_files):
18
 
19
  print("-------------------------Speaker Diarization Execution Started----------------------------------------")
20
 
21
- audio_file = 'Video-Conference Sample.wav'
22
 
23
  who_speaks_when = speaker_diarization(audio_file,
24
  num_speakers=None,
 
18
 
19
  print("-------------------------Speaker Diarization Execution Started----------------------------------------")
20
 
21
+ audio_file = 'short audio.wav'
22
 
23
  who_speaks_when = speaker_diarization(audio_file,
24
  num_speakers=None,