Update app.py
Browse files
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=
|
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
|