Getting error "C:\python\lib\site-packages\gradio_client\client.py", line 1002, in _predict raise ValueError(f"Unsupported protocol: {self.protocol}") ValueError: Unsupported protocol: sse_v3

Hi
Getting error while accessing though api for the below space.This is a gradiio text to image template while creating
Can you please help

CaptchaPersonal1 - a Hugging Face Space by subinbabu

I am using below code
def docParserDecode(fileName):
client = Client(“subinbabu/captchaPersonal1”)
result = client.predict(
fileName,
api_name=“/predict”
)
return(result)