fix(transcription): IS_AUDIO_TRANSCRIPTION_CAPABLE should be iniztialized

This commit is contained in:
abdeladim-s 2024-12-21 15:13:09 -05:00
parent 125e206047
commit 00c0301df9

View file

@ -33,6 +33,7 @@ from bs4 import BeautifulSoup
from charset_normalizer import from_path from charset_normalizer import from_path
# Optional Transcription support # Optional Transcription support
IS_AUDIO_TRANSCRIPTION_CAPABLE = False
try: try:
# Using warnings' catch_warnings to catch # Using warnings' catch_warnings to catch
# pydub's warning of ffmpeg or avconv missing # pydub's warning of ffmpeg or avconv missing