Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dicklesworthstone committed May 18, 2024
1 parent dbec216 commit eaa43c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from sqlalchemy import select
from fastapi import HTTPException, Request, UploadFile, File
from fastapi.concurrency import run_in_threadpool
from typing import List, Optional, Tuple
from typing import List, Optional, Tuple, Dict
from decouple import config
from faster_whisper import WhisperModel
from llama_cpp import Llama, LlamaGrammar
Expand Down

0 comments on commit eaa43c7

Please sign in to comment.