Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
laol777
/
resnet50
like
0
Text Classification
generic
endpoints-template
optimum
Inference Endpoints
Model card
Files
Files and versions
Community
2
Deploy
main
resnet50
/
other
/
handler.py
andreylitvinov
42
d33c27b
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
127 Bytes
class
EndpointHandler
():
def
__init__
(
self, path=
""
):
pass
def
__call__
(
self, data
):
return
42