Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
ssmaameri
/
qrcode
like
1
Image-to-Image
Diffusers
Safetensors
English
stable-diffusion
controlnet
Inference Endpoints
License:
openrail++
Model card
Files
Files and versions
Community
Deploy
Use this model
main
qrcode
/
test.py
Maameri
add base handler
3f6d4d2
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
143 Bytes
from
handler
import
EndpointHandler
# init handler
my_handler = EndpointHandler(path=
"."
)
# show results
print
(my_handler({
'name'
:
'sami'
}))