Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
andito
/
s2s
like
2
Inference Endpoints
arxiv:
2311.00430
Model card
Files
Files and versions
Community
Deploy
538592b
s2s
/
test.py
andito
HF staff
Upload folder using huggingface_hub
2d00549
verified
3 months ago
raw
Copy download link
history
blame
146 Bytes
from
handler
import
EndpointHandler
endpoint = EndpointHandler(
''
)
for
x
in
endpoint({
'text'
:
'how are you?'
}):
print
(
'passed'
)
print
(x)