This commit is contained in:
suraj.shenoy.b@gmail.com
2025-01-25 12:53:19 -06:00
parent 163444e3ae
commit 85831fb0e6
2 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ import logging
logging.basicConfig(level=logging.INFO)
app = FastAPI()
model = whisper.load_model("base") # Load the model once for efficiency
model = whisper.load_model("turbo") # Load the model once for efficiency
app.add_middleware(
CORSMiddleware,