remove audio_transcriber from gemini.py

unecessary import removed.
This commit is contained in:
Pete
2025-06-10 11:22:16 -04:00
committed by GitHub
parent 4d977fede0
commit 8d55e13750

View File

@@ -64,7 +64,6 @@ from pipecat.utils.tracing.service_decorators import traced_gemini_live, traced_
from . import events
from .audio_transcriber import AudioTranscriber
from .file_api import GeminiFileAPI
try: