I need some help
I'm trying to use the Ongezellig voice models with I get a weird error message in the files
I'm new to this and honestly I don't understand it at all
JSONDecodeError Traceback (most recent call last)
<ipython-input-9-00a41f73986d> in <cell line: 31>()
31 if os.path.exists(config_path):
32 # File exists, proceed with creation of creds and client
---> 33 creds = Credentials.from_service_account_file(config_path, scopes=scope)
34 client = gspread.authorize(creds)
35 else:
/usr/lib/python3.10/json/decoder.py in raw_decode(self, s, idx)
353 obj, end = self.scan_once(s, idx)
354 except StopIteration as err:
--> 355 raise JSONDecodeError("Expecting value", s, err.value) from None
356 return obj, end
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The link I'm using is https://huggingface.co/HaruNova/RVCModels/resolve/main/Ongezellig Pack.rar?download=true
