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)