indic_trans_sample / test_handler.py
debasishmohanty's picture
deployment init
db0b2ad
Raw
History Blame Contribute Delete
128 Bytes
from handler import EndpointHandler
handler = EndpointHandler(path=".")
value = handler({"input": "something"})
print(value)