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