s2s / test.py
andito's picture
andito HF staff
Upload folder using huggingface_hub
2d00549 verified
raw
history blame
146 Bytes
from handler import EndpointHandler
endpoint = EndpointHandler('')
for x in endpoint({'text': 'how are you?'}):
print('passed')
print(x)