DeepanshCUHK
DeepanshCUHK
Go to `/.venv/lib/python3.9/site-packages/TTS/api.py` inside init function, change `self.config = load_config(config_path) if config_path else None` to `self.config = None`
I had similar error. Cloning it from hugging space (https://huggingface.co/salmaniq/Text-to-speech-voice_cloning) worked for me. I think Github code is not updated?
Got it, Thanks for your reply! The quality might not be the best, but I love that it works with 0 latency. I have tried other vocal-remover solutions like librosa...
Great! [72a8734](https://github.com/spotlightishere/QuietNow/commit/72a8734bb4464a63a64aa8b5d22dd6b04719c839) fixed it. So while testing it more, it is working for most files but I encountered an error where the plist file threw an exception for a file...
Ok np. Thanks for all your help :) I am really enjoying this project!!