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

@@ -2,7 +2,7 @@ import asyncio
import datetime
import io
import json
import logging
from loguru import logger
import sys
import uuid
import wave
@@ -17,8 +17,6 @@ from whisper_jax import FlaxWhisperPipline
from utils.server_utils import run_in_executor
logger = logging.getLogger(__name__)
transcription = ""
pcs = set()