Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Leches33
/
AI
like
0
Text Generation
PyTorch
generic
Model card
Files
Files and versions
xet
Community
Deploy
main
AI
/
handler.py
Leches33
Update handler.py
e0b513d
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
202 Bytes
class
EndpointHandler
:
def
__init__
(
self, path=
""
):
# No cargamos nada para probar
pass
def
__call__
(
self, data
):
return
[{
"generated_text"
:
"API FUNCIONANDO"
}]