API Returning Error

#7
by Jehanzaib123 - opened

from gradio_client import Client

client = Client("https://jiayong-dreamoving.hf.space/--replicas/sv2ew/")
result = client.predict(
api_name="/tab_func_template"
)
print(result)

Can anyone help me with this?

This is the error. It is returning me null

('', 'template_mode')

@jiayong Can you help in this matter?

Sign up or log in to comment