Add faster_whisper to module dependencies; remove unneeded import

This commit is contained in:
Moishe Lettvin
2024-01-25 11:27:00 -05:00
parent a661905d7f
commit f0d9b0613e
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,8 @@ dependencies = [
"pyht",
"opentelemetry-sdk",
"aiohttp",
"fal"
"fal",
"faster_whisper"
]
[tool.setuptools.packages.find]

View File

@@ -1,6 +1,5 @@
import argparse
import asyncio
from threading import Thread
from dailyai.services.daily_transport_service import DailyTransportService
from dailyai.services.whisper_ai_services import WhisperSTTService