qqwjq1981 commited on
Commit
0a2e113
·
verified ·
1 Parent(s): 52d4080

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ def transcribe_video_with_speakers(video_path):
145
  logger.info("WhisperX model loaded")
146
 
147
  # Transcribe
148
- result = model.transcribe(audio_path, chunk_size=6, print_progress = True)
149
  logger.info("Audio transcription completed")
150
 
151
  # Get the detected language
 
145
  logger.info("WhisperX model loaded")
146
 
147
  # Transcribe
148
+ result = model.transcribe(audio_path, chunk_size=5, print_progress = True)
149
  logger.info("Audio transcription completed")
150
 
151
  # Get the detected language