hicustomer/pyannote-speaker-diarization
138
1#!/bin/bash2 3set -ex4 5curl https://zylp8v3g6by230m9.us-east-1.aws.endpoints.huggingface.cloud \6 -X POST --data-binary '@handler_test.wav' \7 -H "Authorization: Bearer ${TOKEN}" \8 -H "Content-Type: audio/wav"9 