diff --git a/speech_processor.py b/speech_processor.py index a2456d5..0fbc4fa 100644 --- a/speech_processor.py +++ b/speech_processor.py @@ -15,7 +15,7 @@ recognizer_lock = Lock() def initialize_vosk(): global recognizer - model_path = "vosk-model" # Update this path to your model + model_path = "vosk-model-small-en-us-0.15" # Update this path to your model if not os.path.exists(model_path): return {"success": False, "error": "Model not found"}