mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 04:39:06 +00:00
add singleton logging
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user