add singleton logging

This commit is contained in:
Gokul Mohanarangan
2023-07-11 11:01:22 +05:30
parent 3128813ca3
commit 58c9cdf676
10 changed files with 24 additions and 19 deletions

View File

@@ -18,10 +18,10 @@ import moviepy.editor
import moviepy.editor
import nltk
import yt_dlp as youtube_dl
from loguru import logger
from utils.log_utils import logger
from whisper_jax import FlaxWhisperPipline
from utils.file_utilities import upload_files, download_files
from utils.file_utils import upload_files, download_files
from utils.text_utilities import summarize, post_process_transcription
from utils.viz_utilities import create_wordcloud, create_talk_diff_scatter_viz