Skip to content

Commit

Permalink
Fix wrong use of async
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0517 committed Dec 7, 2024
1 parent 32e8e06 commit d8f1dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/routers/vad/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_vad_model() -> SileroVAD:
return inferencer


async def run_vad(
def run_vad(
audio: np.ndarray,
params: VadOptions,
identifier: str,
Expand Down

0 comments on commit d8f1dae

Please sign in to comment.