| set -ex | |
| curl https://zylp8v3g6by230m9.us-east-1.aws.endpoints.huggingface.cloud \ | |
| -X POST --data-binary '@handler_test.wav' \ | |
| -H "Authorization: Bearer ${TOKEN}" \ | |
| -H "Content-Type: audio/wav" | |
| set -ex | |
| curl https://zylp8v3g6by230m9.us-east-1.aws.endpoints.huggingface.cloud \ | |
| -X POST --data-binary '@handler_test.wav' \ | |
| -H "Authorization: Bearer ${TOKEN}" \ | |
| -H "Content-Type: audio/wav" | |