gio98

Results 5 comments of gio98

hi i have same issue , i debug the code the problem is the hugging face token , they probably have change something and it stop work because i receive...

hi ajaix i try but same error , the problem is not the model but api token, if you debug can see the error appear

ok i see the code again and now whith modify of ajaix i resolve, thank you!

good morning mah , i get same error and i change the url as say ajaix and after it will work

hi all in folder embeded modify huggingface.py #read from env the hf token if os.environ.get("HUGGINGFACEHUB_API_TOKEN") is not None: hf_token = os.environ.get("HUGGINGFACEHUB_API_TOKEN") else: raise Exception("You must provide the huggingface token") #model_id...