how to use
#1
by NanoNano123 - opened
I want to test on GIt BASH this model. I don't know correct sintax to create Json request. can you explain? I tried this: curl -X POST https://router.huggingface.co/v1/text-to-speech/models/paolapersico1/Piper-TTS-Italian
-H "Authorization: Bearer My_apitoken"
-H "Content-Type: application/json"
-d '{"inputs":"Ciao, come stai?", "parameters":{"response_format":"wav","sample_rate":22050}}'