qqwjq1981 commited on
Commit
0c13f05
·
verified ·
1 Parent(s): 129e2e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ def transcribe_video_with_speakers(video_path):
182
  logger.info("WhisperX model loaded")
183
 
184
  # Transcribe
185
- result = model.transcribe(speech_audio_path, chunk_size=6, print_progress = True)
186
  logger.info("Audio transcription completed")
187
 
188
  # Get the detected language
 
182
  logger.info("WhisperX model loaded")
183
 
184
  # Transcribe
185
+ result = model.transcribe(speech_audio_path, chunk_size=4, print_progress = True)
186
  logger.info("Audio transcription completed")
187
 
188
  # Get the detected language