CoolFace
Modelpublic

hicustomer/pyannote-speaker-diarization

sourceHugging Facemitupdated 3y agoView on Hugging Face
1likes38downloads
handler_test9 linesDownload Raw Back to root
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