File size: 213 Bytes
6b48cee |
1 2 3 4 5 6 7 8 9 |
#!/bin/bash
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"
|