s2s / test_audio_handler.py
andito's picture
andito HF staff
Upload folder using huggingface_hub
9a5a5b3 verified
raw
history blame contribute delete
258 Bytes
from handler import EndpointHandler
from audio_streaming_test import AudioStreamingClientArguments, AudioStreamingClient
my_handler = EndpointHandler()
args = AudioStreamingClientArguments()
client = AudioStreamingClient(args, my_handler)
client.start()