Update sources/speech_to_text.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Martin
2025-04-01 19:41:59 +02:00
committed by GitHub
co-authored by Copilot
parent 1ffaf4689e
commit 95f5b9df68
+1 -1
View File
@@ -1,5 +1,5 @@
from colorama import Fore
from typing import List, Tuple, Type, Dict, Tuple
from typing import List, Tuple, Type, Dict
import queue
import threading
import numpy as np