seamless_m4t_speech_to_text / test_handler.py
debasishmohanty's picture
testing speech to text
d8f156e
Raw
History Blame Contribute Delete
128 Bytes
from handler import EndpointHandler
handler = EndpointHandler(path=".")
value = handler({"input": "something"})
print(value)